Add more airlines and fix edit bugs
This commit is contained in:
@@ -19,4 +19,8 @@ class Aircraft extends Model
|
||||
protected $casts = [
|
||||
'engine_count' => 'integer',
|
||||
];
|
||||
|
||||
public function displayName() : string{
|
||||
return "{$this->manufacturer_code} {$this->model_full_name} ({$this->designator})";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user