Skip to content

Commit 79a27f1

Browse files
Update reference/configuration/doctrine.rst
Co-Authored-By: Oskar Stark <[email protected]>
1 parent e824884 commit 79a27f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ getConnection method and the name of the connection::
160160

161161
.. code-block:: php
162162
163-
$conex = $this->getDoctrine()->getConnection('customer');
163+
$connection = $this->getDoctrine()->getConnection('customer');
164164
$result = $connection->fetchAll('select * from table');
165165
166166
Doctrine ORM Configuration

0 commit comments

Comments
 (0)