From 761c8453007a89b6ae600de7539fd3aba56542c9 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 12 Jul 2018 21:47:27 -0500 Subject: [PATCH] Clean up some comments --- app/Models/Subfleet.php | 3 --- 1 file changed, 3 deletions(-) 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')