Skip to content

Commit 258b676

Browse files
committed
Fix typo in override.rst
1 parent 180bf50 commit 258b676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/override.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Secondly, if the class is not available as a parameter, you want to make sure th
6969
class is always overridden when your bundle is used, or you need to modify
7070
something beyond just the class name, you should use a compiler pass::
7171

72-
// src/Acme/FooBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
72+
// src/Acme/DemoBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
7373
namespace Acme\DemoBundle\DependencyInjection\Compiler;
7474

7575
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;

0 commit comments

Comments
 (0)