Aircraft Airport Relation
This commit is contained in:
@@ -33,5 +33,7 @@ class Aircraft extends Model
|
||||
|
||||
public $belongsTo = [
|
||||
'aircraft_type' => 'GermanAirlinesVa\Fleet\Models\AircraftType',
|
||||
'home_airport' => 'GermanAirlinesVa\Routes\Models\Airport',
|
||||
'airport' => 'GermanAirlinesVa\Routes\Models\Airport',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user