Skip to content

Commit e18af78

Browse files
authored
fix new error from ci
1 parent 64810f1 commit e18af78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/uid.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ 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;
131+
namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
132132
133133
return static function (ContainerConfigurator $containerConfigurator): void {
134-
$services = $configurator->services()
134+
$services = $containerConfigurator->services()
135135
->defaults()
136136
->autowire()
137137
->autoconfigure();
138138
139-
$configurator->extension('framework', [
139+
$containerConfigurator->extension('framework', [
140140
'uid' => [
141141
'default_uuid_version' => 6,
142142
'name_based_uuid_version' => 5,

0 commit comments

Comments
 (0)