mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Replaced underscores in repositories
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user