We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
string:
1 parent 91dbdbf commit 1f459b1Copy full SHA for 1f459b1
mailer.rst
@@ -33,7 +33,7 @@ over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
33
# config/packages/mailer.yaml
34
framework:
35
mailer:
36
- dsn: '%env(MAILER_DSN)%'
+ dsn: '%env(string:MAILER_DSN)%'
37
38
.. code-block:: xml
39
@@ -47,7 +47,7 @@ over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
47
http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
48
49
<framework:config>
50
- <framework:mailer dsn="%env(MAILER_DSN)%"/>
+ <framework:mailer dsn="%env(string:MAILER_DSN)%"/>
51
</framework:config>
52
</container>
53
0 commit comments