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 d7eedd0 commit 53d0ffdCopy full SHA for 53d0ffd
configuration.rst
@@ -796,6 +796,8 @@ parameters at once by type-hinting any of its constructor arguments with the
796
:class:`Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface`::
797
798
// src/Service/MessageGenerator.php
799
+ namespace App\Service;
800
+
801
// ...
802
803
use Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface;
0 commit comments