Skip to content

Commit 73b8487

Browse files
committed
[#3944] Tiny addition to mention multiple connections
1 parent ebaed21 commit 73b8487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/doctrine/dbal.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ To get started, configure the database connection parameters:
6161
),
6262
));
6363
64-
For full DBAL configuration options, see :ref:`reference-dbal-configuration`.
64+
For full DBAL configuration options, or to learn how to configure multiple
65+
connections, see :ref:`reference-dbal-configuration`.
6566

6667
You can then access the Doctrine DBAL connection by accessing the
6768
``database_connection`` service::

0 commit comments

Comments
 (0)