Skip to content

Commit 54c1ac5

Browse files
committed
Update user_manager.md
deprecated method
1 parent 7867dfc commit 54c1ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/user_manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function MainController extends Controller
128128

129129
// make more modifications to the database
130130

131-
$this->getDoctrine()->getEntityManager()->flush();
131+
$this->getDoctrine()->getManager()->flush();
132132
}
133133
}
134134
```

0 commit comments

Comments
 (0)