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:
135
135
.. code-block :: php
136
136
137
137
// config/packages/lock.php
138
- use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
139
138
use Symfony\Config\FrameworkConfig;
139
+ use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
140
140
141
141
return static function (FrameworkConfig $framework): void {
142
142
$framework->lock()
Original file line number Diff line number Diff line change @@ -2834,8 +2834,8 @@ the name as key and DSN or service id as value:
2834
2834
.. code-block :: php
2835
2835
2836
2836
// config/packages/semaphore.php
2837
- use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
2838
2837
use Symfony\Config\FrameworkConfig;
2838
+ use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
2839
2839
2840
2840
return static function (FrameworkConfig $framework): void {
2841
2841
$framework->semaphore()
You can’t perform that action at this time.
0 commit comments