belongsTo('App\Models\Flight'); } public function staff() { return $this->belongsTo('App\Models\Staff'); } }