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
Controller injectors warmer does not honor the locations configuration.
locations
jms_di_extra: locations: all_bundles: false bundles: [AppBundle] directories: ["%kernel.root_dir%/../src"]
All directories are scanned (see this line) and this may causes issues with annotations, see SonataUserBundle #686 and SonataClassificationBundle #258.
May be the solution is injecting the locations configuration and filter out the bundles.
The text was updated successfully, but these errors were encountered:
any update?
Sorry, something went wrong.
Ping @schmittjoh this problem also affect many Sonata project bundles.
No branches or pull requests
Controller injectors warmer does not honor the
locations
configuration.All directories are scanned (see this line) and this may causes issues with annotations, see SonataUserBundle #686 and SonataClassificationBundle #258.
May be the solution is injecting the
locations
configuration and filter out the bundles.The text was updated successfully, but these errors were encountered: