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)