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
*/
/**
* @return $this
*/
public function aircraft()
{
return $this->hasMany(Aircraft::class, 'subfleet_id')