diff --git a/service_container/shared.rst b/service_container/shared.rst index 013d859bc5..4e79ae2811 100644 --- a/service_container/shared.rst +++ b/service_container/shared.rst @@ -16,7 +16,7 @@ in your service definition: // src/SomeNonSharedService.php namespace App; - use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; + use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(shared: false)] class SomeNonSharedService