From bef27370530754717bd7cd957fea5afe6d71651c Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Fri, 15 Sep 2017 10:27:54 +0200 Subject: [PATCH] Update shared.rst --- service_container/shared.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/service_container/shared.rst b/service_container/shared.rst index 5256b6ba00f..f174868aef3 100644 --- a/service_container/shared.rst +++ b/service_container/shared.rst @@ -32,7 +32,6 @@ in your service definition: .. code-block:: php // app/config/services.php - use Symfony\Component\DependencyInjection\Definition; use AppBundle\SomeNonSharedService; $container->register(SomeNonSharedService::class)