Skip to content

Commit 441939f

Browse files
authored
Update configuration.rst
1 parent e9473c9 commit 441939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ This example shows how you could configure the database connection using an env
495495
doctrine:
496496
dbal:
497497
# by convention the env var names are always uppercase
498-
url: '%env(resolve:DATABASE_URL)%'
498+
url: '%env(DATABASE_URL)%'
499499
# ...
500500
501501
.. code-block:: xml

0 commit comments

Comments
 (0)