Skip to content

Commit d7f4650

Browse files
authored
fix
1 parent e18af78 commit d7f4650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ configure the behavior of the factory using configuration files::
128128
.. code-block:: php
129129
130130
// config/packages/uid.php
131-
namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
131+
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
132132
133133
return static function (ContainerConfigurator $containerConfigurator): void {
134134
$services = $containerConfigurator->services()

0 commit comments

Comments
 (0)