Regenerate doctrine entities and proxies

This commit is contained in:
Romain Neutron
2013-06-17 15:05:20 +02:00
parent 241705a568
commit 88c3df2ef7
60 changed files with 2141 additions and 1842 deletions

View File

@@ -28,7 +28,6 @@ class UsrListRepository extends EntityRepository
JOIN l.owners o
WHERE o.usr_id = :usr_id';
$params = array(
'usr_id' => $user->get_id(),
);