File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ registered and the ``entity_manager_name`` setting for ``acme_hello`` is set to
154154 Prepending Extension in the Bundle Class
155155----------------------------------------
156156
157- You can also append or prepend extension configuration directly in your
157+ You can also prepend extension configuration directly in your
158158Bundle class if you extend from the :class: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle `
159159class and define the :method: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle::prependExtension `
160160method::
@@ -171,14 +171,6 @@ method::
171171 $containerBuilder->prependExtensionConfig('framework', [
172172 'cache' => ['prefix_seed' => 'foo/bar'],
173173 ]);
174-
175- // append
176- $containerConfigurator->extension('framework', [
177- 'cache' => ['prefix_seed' => 'foo/bar'],
178- ]);
179-
180- // append from file
181- $containerConfigurator->import('../config/packages/cache.php');
182174 }
183175 }
184176
You can’t perform that action at this time.
0 commit comments