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