File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
54
54
.. code-block :: php
55
55
56
56
// config/packages/mailer.php
57
+ use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
57
58
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
58
59
59
60
return static function (ContainerConfigurator $containerConfigurator): void {
@@ -1193,6 +1194,7 @@ This can be configured by replacing the ``dsn`` configuration entry with a
1193
1194
.. code-block :: php
1194
1195
1195
1196
// config/packages/mailer.php
1197
+ use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
1196
1198
use Symfony\Config\FrameworkConfig;
1197
1199
1198
1200
return static function (FrameworkConfig $framework) {
You can’t perform that action at this time.
0 commit comments