Can I specify $persistentManagerName for repository?
Hi! Thanks for awesome library!
Is there any possibility to specify $persistentManagerName here https://github.com/zenstruck/foundry/blob/1.x/src/Configuration.php#L189?
Hello,
I don't see any problem to add this as a new parameter to Configuration::repositoryFor()
I'm just wondering something: the $objectOrClass here is not enough? does that mean we can have multiple managers for the same entity class?
As I see here https://symfony.com/doc/current/doctrine/multiple_entity_managers.html - yes
One entity can be managed by more than one entity manager
Or maybe I misunderstood something.
ok, I just learnt something, I was thinking it was not possible!