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.
2 parents cf7fcc1 + 5847b3c commit 06acd4eCopy full SHA for 06acd4e
reference/configuration/debug.rst
@@ -91,7 +91,7 @@ Typically, you would set this to ``php://stderr``:
91
.. code-block:: php
92
93
// config/packages/debug.php
94
- use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
+ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
95
96
return static function (ContainerConfigurator $container): void {
97
$container->extension('debug', [
0 commit comments