Skip to content

Commit 99add41

Browse files
committed
Merge pull request symfony#2315 from richardmiller/removing_use_statement
Removing an unused use statement from example
2 parents 4b16cca + 59dde0b commit 99add41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/dependency_injection/introduction.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ You could then get your ``newsletter_manager`` service from the container
153153
like this::
154154

155155
use Symfony\Component\DependencyInjection\ContainerBuilder;
156-
use Symfony\Component\DependencyInjection\Reference;
157156

158157
$container = new ContainerBuilder();
159158

0 commit comments

Comments
 (0)