*/ protected $guarded = []; /** * @return HasMany */ public function info(): HasMany { return $this->hasMany(AnidbInfo::class, 'anidbid'); } }