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.
1 parent bb8ec26 commit ff3c3d0Copy full SHA for ff3c3d0
doctrine/dbal.rst
@@ -37,7 +37,7 @@ Then configure the ``DATABASE_URL`` environment variable in ``.env``:
37
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name"
38
39
Further things can be configured in ``config/packages/doctrine.yaml`` - see
40
-:ref:`reference-dbal-configuration`. You remove the ``orm`` key in that file
+:ref:`reference-dbal-configuration`. Remove the ``orm`` key in that file
41
if you *don't* want to use the Doctrine ORM.
42
43
You can then access the Doctrine DBAL connection by autowiring the ``Connection``
0 commit comments