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
bug #1324 Fix(Doctrine Repository template)/Avoid potential double call in save method (Mano-Lis)
This PR was squashed before being merged into the 1.0-dev branch.
Discussion
----------
Fix(Doctrine Repository template)/Avoid potential double call in save method
Store the entity manager in a variable rather than calling getEntityManager() twice in case of persist + flush
Commits
-------
a5da934 Fix(Doctrine Repository template)/Avoid potential double call in save method
0 commit comments