'boolean', ]; } public function mappings(): HasMany { return $this->hasMany(EntityTagMap::class); } }