You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple databases and multiple entity managers. Can I use the factory muffin library? Now I see the error, when I use have(Lion::class) method:
[Doctrine\Persistence\Mapping\MappingException] The class 'App\Entity\Animals\Lion' was not found in the chain configured namespaces App\Entity\Default, Gesdinet\JWTRefreshTokenBundle\Entity
The Lion entity is stored in an additional connection of DBAL, served by the additional entity manager, not default.
The text was updated successfully, but these errors were encountered:
I have multiple databases and multiple entity managers. Can I use the factory muffin library? Now I see the error, when I use
have(Lion::class)
method:The
Lion
entity is stored in an additional connection of DBAL, served by the additional entity manager, not default.The text was updated successfully, but these errors were encountered: