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: