From 258b67661b813a95a249b13d69348953d903bfb3 Mon Sep 17 00:00:00 2001 From: Piotr Antosik Date: Fri, 10 May 2013 02:09:16 +0300 Subject: [PATCH] Fix typo in override.rst --- cookbook/bundles/override.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/override.rst b/cookbook/bundles/override.rst index 2846f2a0764..15edaeb4fb4 100644 --- a/cookbook/bundles/override.rst +++ b/cookbook/bundles/override.rst @@ -69,7 +69,7 @@ Secondly, if the class is not available as a parameter, you want to make sure th class is always overridden when your bundle is used, or you need to modify something beyond just the class name, you should use a compiler pass:: - // src/Acme/FooBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php + // src/Acme/DemoBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php namespace Acme\DemoBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;