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