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
Could you please consider automatically registering custom repositories as DIC services?
My services.neon contains a lot of
services.neon
services: - create: @nettrine.orm.entityManagerDecorator::getRepository(App\Orm\Entity\Player) type: App\Orm\Repository\PlayerRepository
Nettrine extension could pick entities with repositoryClass set, and generate a factory for it in DIC.
repositoryClass
I prefer to require specific repositories in my classes, rather than just EM, to be more clear about my dependencies and to minimize boilerplate code.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, it's not a problem. I will do it.
Sorry, something went wrong.
No branches or pull requests
Could you please consider automatically registering custom repositories as DIC services?
My
services.neon
contains a lot ofNettrine extension could pick entities with
repositoryClass
set, and generate a factory for it in DIC.I prefer to require specific repositories in my classes, rather than just EM, to be more clear about my dependencies and to minimize boilerplate code.
Thank you.
The text was updated successfully, but these errors were encountered: