File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,11 @@ method::
181181
182182 The ``prependExtension() `` method, like ``prepend() ``, is called only at compile time.
183183
184- .. deprecated :: 7.1
184+ .. versionadded :: 7.1
185185
186- The :method: `Symfony\\ Component\\ DependencyInjection\\ Loader\\ Configurator\\ ContainerConfigurator::import `
187- method behavior was modified in Symfony 7.1 to prepend config instead of appending. This behavior change only
188- affects to the `` prependExtension() `` method.
186+ Starting from Symfony 7.1, calling the :method: `Symfony\\ Component\\ DependencyInjection\\ Loader\\ Configurator\\ ContainerConfigurator::import `
187+ method inside `` prependExtension() `` will prepend the given configuration.
188+ In previous Symfony versions, this method appended the configuration .
189189
190190Alternatively, you can use the ``prepend `` parameter of the
191191:method: `Symfony\\ Component\\ DependencyInjection\\ Loader\\ Configurator\\ ContainerConfigurator::extension `
You can’t perform that action at this time.
0 commit comments