diff --git a/bundles/prepend_extension.rst b/bundles/prepend_extension.rst index f4a0aff3cc9..5c04df8e3c2 100644 --- a/bundles/prepend_extension.rst +++ b/bundles/prepend_extension.rst @@ -131,3 +131,8 @@ The above would be the equivalent of writing the following into the // ... 'use_acme_goodbye' => false, )); + +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.