Skip to content

Commit b6d315b

Browse files
committed
-
1 parent d504732 commit b6d315b

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
@@ -161,7 +161,7 @@ you can access it using the ``getConnection()`` method and the name of the conne
161161
// src/Controller/SomeController.php
162162
use Doctrine\Persistence\ManagerRegistry;
163163

164-
public function SomeController
164+
class SomeController
165165
{
166166
public function someMethod(ManagerRegistry $doctrine)
167167
{

0 commit comments

Comments
 (0)