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
when I define doctrine like this:
doctrine: orm: auto_generate_proxy_classes: '%kernel.debug%' default_entity_manager: central entity_managers: central: naming_strategy: doctrine.orm.naming_strategy.underscore auto_mapping: true metadata_cache_driver: apc
function PayumExtension->prepend
The text was updated successfully, but these errors were encountered:
A PR would be great.
Sorry, something went wrong.
This where it should be fixed
PayumBundle/DependencyInjection/PayumExtension.php
Line 80 in 17ee0b6
sorry, I will not fix it, I'm just writing you that, there is error ... if you want real example, try example above
and another "bug" is that, getExtensionConfig is returning array of configs .. not only one last config
maybe you need to find/detect "default_manager" and add mappings there
Successfully merging a pull request may close this issue.
when I define doctrine like this:
function PayumExtension->prepend
The text was updated successfully, but these errors were encountered: