-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #1114 [make:entity] _em will be private in ORM 3.0, use getEntity…
…Manager() (jrushlow) This PR was merged into the 1.0-dev branch. Discussion ---------- [make:entity] _em will be private in ORM 3.0, use getEntityManager() In `ORM` 3.0 the `Doctrine\ORM\EntityRepository::_em` property will be private, we should use `EntityRepository::getEntityManager()` instead. Commits ------- 9a1d609 [make:entity] _em will be private in ORM 3.0
- Loading branch information
Showing
4 changed files
with
20 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters