File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,11 @@ method::
181
181
182
182
The ``prependExtension() `` method, like ``prepend() ``, is called only at compile time.
183
183
184
- .. deprecated :: 7.1
184
+ .. versionadded :: 7.1
185
185
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 .
189
189
190
190
Alternatively, you can use the ``prepend `` parameter of the
191
191
:method: `Symfony\\ Component\\ DependencyInjection\\ Loader\\ Configurator\\ ContainerConfigurator::extension `
You can’t perform that action at this time.
0 commit comments