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