File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ this behavior by using the ``lock`` key like:
135135 .. code-block :: php
136136
137137 // config/packages/lock.php
138- use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
139138 use Symfony\Config\FrameworkConfig;
139+ use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
140140
141141 return static function (FrameworkConfig $framework): void {
142142 $framework->lock()
Original file line number Diff line number Diff line change @@ -2811,8 +2811,8 @@ the name as key and DSN or service id as value:
28112811 .. code-block :: php
28122812
28132813 // config/packages/semaphore.php
2814- use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
28152814 use Symfony\Config\FrameworkConfig;
2815+ use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
28162816
28172817 return static function (FrameworkConfig $framework): void {
28182818 $framework->semaphore()
You can’t perform that action at this time.
0 commit comments