Clean up some comments
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user