code style
This commit is contained in:
parent
a01a53a9f0
commit
2d263b08e3
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ class NotificationsManager extends BaseObject
|
||||||
}
|
}
|
||||||
|
|
||||||
$params = [];
|
$params = [];
|
||||||
$params['order'] = ['date' => 'DESC'];
|
$params['order'] = ['date' => 'DESC'];
|
||||||
$params['limit'] = [$start, $limit];
|
$params['limit'] = [$start, $limit];
|
||||||
|
|
||||||
$stmtNotifies = DBA::select('notify',
|
$stmtNotifies = DBA::select('notify',
|
||||||
|
|
Loading…
Reference in a new issue