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