From 1fdd76780f4d01011aa7fe82ebaa2f75fe736f55 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sun, 8 Jan 2023 12:48:37 +0100 Subject: [PATCH] Update caution resolve doctrine example --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index 88b5237e6e1..4b205fe73c4 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -65,7 +65,7 @@ The database connection information is stored as an environment variable called you must encode them. See `RFC 3986`_ for the full list of reserved characters or use the :phpfunction:`urlencode` function to encode them. In this case you need to remove the ``resolve:`` prefix in ``config/packages/doctrine.yaml`` to avoid errors: - ``url: '%env(resolve:DATABASE_URL)%'`` + ``url: '%env(DATABASE_URL)%'`` Now that your connection parameters are setup, Doctrine can create the ``db_name`` database for you: