belongsTo('App\Models\Flight', 'flight_id'); } public function user() { return $this->belongsTo('App\Models\User', 'user_id'); } }