Replaced underscores in repositories

This commit is contained in:
Andrey
2013-08-14 15:21:04 +02:00
parent c1910a188e
commit 4fe6de5ffc
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ class UserSettingRepository extends EntityRepository
$qb->Where($qb->expr()->in('f.feed', $feeds));
}
$qb->orderBy('f.updated_on', 'DESC');
$qb->orderBy('f.updatedOn', 'DESC');
if ($offsetStart) {
$qb->setFirstResult(max(0, (int) $offsetStart));