Skip to content

Commit 81ce5e7

Browse files
authored
Update doctrine.rst
1 parent 38bbd72 commit 81ce5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ which is the first one defined or the one configured via the
156156

157157
Each connection is also accessible via the ``doctrine.dbal.[name]_connection``
158158
service where ``[name]`` is the name of the connection. Or directly in the controller with
159-
getConnection method and the name of the connection::
159+
getConnection method and the name of the connection.
160160

161161
.. code-block:: php
162162
163163
$connection = $this->getDoctrine()->getConnection('customer');
164164
$result = $connection->fetchAll('select name from customer');
165-
::
165+
166166
167167
Doctrine ORM Configuration
168168
--------------------------

0 commit comments

Comments
 (0)