-
Notifications
You must be signed in to change notification settings - Fork 61
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
extend collections from multiple modules #122
Comments
Is impossible to merge them like that. Module A:
Module B:
|
Ok, but |
Yes,
I don't have any real world example like this. |
I saw in every example how to define a collection per module.
However when i tried to extend a collection defined in one module with another one from other module, it doesn't work
`
'AsseticBundle' => array(
.........
.......
`
I have tried multiple combinations, none of which worked.
The text was updated successfully, but these errors were encountered: