Skip to content
New issue

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

feature suggestion - autoregister custom repositories #112

Open
xpavp03 opened this issue Nov 20, 2024 · 1 comment
Open

feature suggestion - autoregister custom repositories #112

xpavp03 opened this issue Nov 20, 2024 · 1 comment

Comments

@xpavp03
Copy link

xpavp03 commented Nov 20, 2024

Could you please consider automatically registering custom repositories as DIC services?

My services.neon contains a lot of

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.

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.

@f3l1x
Copy link
Member

f3l1x commented Nov 20, 2024

Hi, it's not a problem. I will do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants