We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 436eb30 + 258b676 commit 0d5a095Copy full SHA for 0d5a095
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;
0 commit comments