Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
4
Star
21
Fork
8
mariano
/
li3_doctrine2
Code
Issues
2
Pull requests
0
Projects
0
Insights
Permalink
Browse files
Small doc fix
Loading branch information
...
mariano
committed
Jan 10, 2012
1 parent
e89576b
commit
09d9ad978ce1e741d64ab59ff8ee00ac16a6f74a
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
models/BaseEntity.php
Show comments
View
2
models/BaseEntity.php
@@ -79,7 +79,7 @@ public static function getEntityManager() {
/**
* Get the repository for this model
*
-
*
@return
EntityRepository entity
manager
+
*
@return
EntityRepository entity
repository
*/
public
static
function
getRepository
() {
return
static
::
getEntityManager()
->
getRepository(
get_called_class
());
Toggle all file notes
0 comments on commit
09d9ad9
Please
sign in
to comment.
You can’t perform that action at this time.
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.
Press h to open a hovercard with more details.
0 comments on commit
09d9ad9