Skip to content

Commit 1f459b1

Browse files
Adding string: processor
1 parent 91dbdbf commit 1f459b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
3333
# config/packages/mailer.yaml
3434
framework:
3535
mailer:
36-
dsn: '%env(MAILER_DSN)%'
36+
dsn: '%env(string:MAILER_DSN)%'
3737
3838
.. code-block:: xml
3939
@@ -47,7 +47,7 @@ over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
4747
http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
4848
4949
<framework:config>
50-
<framework:mailer dsn="%env(MAILER_DSN)%"/>
50+
<framework:mailer dsn="%env(string:MAILER_DSN)%"/>
5151
</framework:config>
5252
</container>
5353

0 commit comments

Comments
 (0)