From 53d0ffd59883bdeeacb8610da7eb2d8eaf47f0da Mon Sep 17 00:00:00 2001 From: Gary Houbre Date: Tue, 15 Oct 2019 22:55:10 +0200 Subject: [PATCH] Update Configuring Symfony page --- configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.rst b/configuration.rst index cb5a6a4bd8b..3486441ba1d 100644 --- a/configuration.rst +++ b/configuration.rst @@ -796,6 +796,8 @@ parameters at once by type-hinting any of its constructor arguments with the :class:`Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface`:: // src/Service/MessageGenerator.php + namespace App\Service; + // ... use Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface;