forked from cleverage/processuibundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Apply Symfony best practices #2
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
Milestone
Comments
njoubert-cleverage
added a commit
that referenced
this issue
Oct 28, 2024
njoubert-cleverage
added a commit
that referenced
this issue
Oct 28, 2024
…ld not use autowiring or autoconfiguration. Instead, all services should be defined explicitly. Services must be prefixed with the bundle alias instead of using fully qualified class names => `cleverage_ui_process`
njoubert-cleverage
added a commit
that referenced
this issue
Oct 30, 2024
njoubert-cleverage
added a commit
that referenced
this issue
Oct 30, 2024
njoubert-cleverage
added a commit
that referenced
this issue
Oct 30, 2024
njoubert-cleverage
added a commit
that referenced
this issue
Oct 30, 2024
njoubert-cleverage
added a commit
that referenced
this issue
Oct 30, 2024
…using ServiceEntityRepository / repositoryClass: ***) with Doctrine\ORM\EntityRepository. Update others services to use injected repostories services instead of $em->getRepository(....)
njoubert-cleverage
added a commit
that referenced
this issue
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
From : https://symfony.com/doc/current/bundles/best_practices.html
Requirements
Breaking changes
The text was updated successfully, but these errors were encountered: