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 e3239f4 + 06acd4e commit e495a1bCopy full SHA for e495a1b
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