mirror of
https://github.com/flarum/core.git
synced 2025-07-16 14:26:25 +02:00
Fix column names
This commit is contained in:
@ -34,7 +34,7 @@ class NotificationRepository
|
||||
->whereIn('type', $user->getAlertableNotificationTypes())
|
||||
->whereNull('deleted_at')
|
||||
->groupBy('type', 'subject_id')
|
||||
->orderByRaw('MAX(time) DESC')
|
||||
->orderByRaw('MAX(created_at) DESC')
|
||||
->skip($offset)
|
||||
->take($limit);
|
||||
|
||||
|
Reference in New Issue
Block a user