You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #8089 Replacing EntityManagerInterface -> $this->getDoctrine()->getManager(); (weaverryan)
This PR was squashed before being merged into the 3.3 branch (closes#8089).
Discussion
----------
Replacing EntityManagerInterface -> $this->getDoctrine()->getManager();
When I was updating everything to use type-hints for 3.3, we had discussed that we should probably recommend using the helper method `$this->getDoctrine()` in the controller instead of type-hinting `EntityManagerInterface`. This reverts my changes to reflect that.
Commits
-------
32996bf Replacing EntityManagerInterface -> ->getDoctrine()->getManager();
0 commit comments