Clean up some comments

This commit is contained in:
Nabeel Shahzad
2018-07-12 21:47:27 -05:00
parent 1b62cb7109
commit 761c845300

View File

@@ -67,9 +67,6 @@ class Subfleet extends Model
* Relationships * Relationships
*/ */
/**
* @return $this
*/
public function aircraft() public function aircraft()
{ {
return $this->hasMany(Aircraft::class, 'subfleet_id') return $this->hasMany(Aircraft::class, 'subfleet_id')