We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent180bf50 commit258b676Copy full SHA for 258b676
cookbook/bundles/override.rst
@@ -69,7 +69,7 @@ Secondly, if the class is not available as a parameter, you want to make sure th
69
class is always overridden when your bundle is used, or you need to modify
70
something beyond just the class name, you should use a compiler pass::
71
72
- // src/Acme/FooBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
+ // src/Acme/DemoBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
73
namespace Acme\DemoBundle\DependencyInjection\Compiler;
74
75
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;