diff --git a/app/Models/Subfleet.php b/app/Models/Subfleet.php index a371a41a..3f0b280f 100644 --- a/app/Models/Subfleet.php +++ b/app/Models/Subfleet.php @@ -67,9 +67,6 @@ class Subfleet extends Model * Relationships */ - /** - * @return $this - */ public function aircraft() { return $this->hasMany(Aircraft::class, 'subfleet_id')