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 340ec5f commit d5d68abCopy full SHA for d5d68ab
cookbook/service_container/shared.rst
@@ -36,9 +36,9 @@ in your service definition:
36
37
.. code-block:: php
38
39
+ // app/config/services.php
40
use Symfony\Component\DependencyInjection\Definition;
41
- // app/config/services.php
42
$definition = new Definition('...');
43
$definition->setShared(false);
44
0 commit comments