belongsTo('App\Models\Plane'); } public function route() { return $this->belongsTo('App\Models\Route'); } }