belongsTo('User', 'user'); } public function film() { return $this->belongsTo('Film', 'film'); } }