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!
After #1106, I think we lost the EntityManagerInterface use statement needed for make:crud. Well, actually, I think the problem might be that it's generating EntityManagerInterface arguments instead of my proper custom repo - e.g. ProductRepository: https://github.com/symfony/maker-bundle/blob/main/src/Resources/skeleton/crud/controller/Controller.tpl.php#L38-L42
EntityManagerInterface
make:crud
ProductRepository
The problem is that we removed the repository_full_class_name variable in #1106, but it's still being referenced in the template.
repository_full_class_name
Cheers!
The text was updated successfully, but these errors were encountered:
5f7249c
Successfully merging a pull request may close this issue.
Hi!
After #1106, I think we lost the
EntityManagerInterface
use statement needed formake:crud
. Well, actually, I think the problem might be that it's generatingEntityManagerInterface
arguments instead of my proper custom repo - e.g.ProductRepository
: https://github.com/symfony/maker-bundle/blob/main/src/Resources/skeleton/crud/controller/Controller.tpl.php#L38-L42The problem is that we removed the
repository_full_class_name
variable in #1106, but it's still being referenced in the template.Cheers!
The text was updated successfully, but these errors were encountered: