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 e18af78 commit d7f4650Copy full SHA for d7f4650
components/uid.rst
@@ -128,7 +128,7 @@ configure the behavior of the factory using configuration files::
128
.. code-block:: php
129
130
// config/packages/uid.php
131
- namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
+ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
132
133
return static function (ContainerConfigurator $containerConfigurator): void {
134
$services = $containerConfigurator->services()
0 commit comments