Skip to content

Commit 34d8d48

Browse files
Artur 'Wodor' Wielogorskixabbuh
Artur 'Wodor' Wielogorski
authored andcommitted
Note about bundle priority for PrependExtensionInterface
1 parent 430f932 commit 34d8d48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bundles/prepend_extension.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,8 @@ The above would be the equivalent of writing the following into the
131131
// ...
132132
'use_acme_goodbye' => false,
133133
));
134+
135+
More than one bundle using PrependExtensionInterface
136+
----------------------------------------------------
137+
138+
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.

0 commit comments

Comments
 (0)