Skip to content

Commit 39bda26

Browse files
authored
Update doctrine.rst
1 parent a95163e commit 39bda26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ service where ``[name]`` is the name of the connection. Or directly in the contr
159159
getConnection method and the name of the connection.
160160

161161
.. code-block:: php
162+
162163
$conex = $this->getDoctrine()->getConnection('customer');
163164
$res = $conex->fetchAll('select * from table');
164165

0 commit comments

Comments
 (0)