hasMany('App\Models\AnidbEpisode', 'anidbid'); } public function info() { return $this->hasMany('App\Models\AnidbInfo', 'anidbid'); } }