We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa2d60 commit cedce36Copy full SHA for cedce36
service_container/lazy_services.rst
@@ -105,7 +105,7 @@ To check if your proxy works you can check the interface of the received object:
105
106
You can also configure your service's laziness thanks to the
107
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure` attribute.
108
-The attribute has to be used like this::
+For example, to define your service as lazy use the following::
109
110
namespace App\Twig;
111
0 commit comments