Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5564e commit 44b1584Copy full SHA for 44b1584
cookbook/bundles/override.rst
@@ -68,7 +68,7 @@ in the core FrameworkBundle:
68
$container->setParameter('translator.class', 'Acme\HelloBundle\Translation\Translator');
69
70
Secondly, if the class is not available as a parameter, you want to make sure the
71
-class is always overridden when your bundle is used, or if you need to modify
+class is always overridden when your bundle is used or if you need to modify
72
something beyond just the class name, you should use a compiler pass::
73
74
// src/Acme/DemoBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
0 commit comments