belongsTo('App\MALUser', 'user_id', 'id'); } public function anime() { return $this->belongsTo('App\Anime', 'mal_id', 'mal_id'); } }