Skip to content

Commit bb8ec26

Browse files
authored
Updating language to remove ORM
1 parent 88a4afd commit bb8ec26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doctrine/dbal.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Then configure the ``DATABASE_URL`` environment variable in ``.env``:
3636
# customize this line!
3737
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name"
3838
39-
Further things can be configured in ``config/packages/doctrine.yaml``. For the full
40-
DBAL configuration options, or to learn how to configure multiple connections,
41-
see :ref:`reference-dbal-configuration`.
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
41+
if you *don't* want to use the Doctrine ORM.
4242

4343
You can then access the Doctrine DBAL connection by autowiring the ``Connection``
4444
object::

0 commit comments

Comments
 (0)