We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Hello,
I don't see any problem to add this as a new parameter to Configuration::repositoryFor()
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?
$objectOrClass
Sorry, something went wrong.
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
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!
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: