Skip to content

Commit ea596d7

Browse files
authored
Adds a missing semicolon
1 parent f218dcd commit ea596d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ a controller, this is pretty easy. Add the following method to the
527527
{
528528
$doctrine = $this->getDoctrine();
529529
$em = $doctrine->getManager();
530-
$em2 = $doctrine->getManager('other_connection')
530+
$em2 = $doctrine->getManager('other_connection');
531531
}
532532

533533
.. note::

0 commit comments

Comments
 (0)