From 59dde0bccea97501caaea17580932a1edbe0e26e Mon Sep 17 00:00:00 2001 From: Richard Miller Date: Tue, 19 Mar 2013 09:54:14 +0000 Subject: [PATCH] Removing an unused use statement from example --- components/dependency_injection/introduction.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dependency_injection/introduction.rst b/components/dependency_injection/introduction.rst index 7ef0dcc34a1..e251dcd8740 100644 --- a/components/dependency_injection/introduction.rst +++ b/components/dependency_injection/introduction.rst @@ -153,7 +153,6 @@ You could then get your ``newsletter_manager`` service from the container like this:: use Symfony\Component\DependencyInjection\ContainerBuilder; - use Symfony\Component\DependencyInjection\Reference; $container = new ContainerBuilder();