File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,15 +128,15 @@ configure the behavior of the factory using configuration files::
128
128
.. code-block :: php
129
129
130
130
// config/packages/uid.php
131
- namespace Symfony\Component\DependencyInjection\Loader\Configurator;
131
+ namespace Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator ;
132
132
133
133
return static function (ContainerConfigurator $containerConfigurator): void {
134
- $services = $configurator ->services()
134
+ $services = $containerConfigurator ->services()
135
135
->defaults()
136
136
->autowire()
137
137
->autoconfigure();
138
138
139
- $configurator ->extension('framework', [
139
+ $containerConfigurator ->extension('framework', [
140
140
'uid' => [
141
141
'default_uuid_version' => 6,
142
142
'name_based_uuid_version' => 5,
You can’t perform that action at this time.
0 commit comments