Skip to content

Commit

Permalink
[#6920] some tweaks after review
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Sep 21, 2016
1 parent 3d5dd16 commit 3bad73d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bundles/prepend_extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ The above would be the equivalent of writing the following into the
'use_acme_goodbye' => false,
));
More than one bundle using PrependExtensionInterface
More than one Bundle using PrependExtensionInterface
----------------------------------------------------

When there is more than one bundle prepending the same extension and defining the same key, the bundle that is registered **first** will take priority and next bundles won't override this specific config setting.
If there is more than one bundle that prepends the same extension and defines
the same key, the bundle that is registered **first** will take priority:
next bundles won't override this specific config setting.

0 comments on commit 3bad73d

Please sign in to comment.