sorting
This commit is contained in:
parent
f9914486fd
commit
c96db6a546
@ -17,7 +17,7 @@ protected static function defaultSortQuery(Builder $query): Builder
|
|||||||
{
|
{
|
||||||
return $query
|
return $query
|
||||||
->orderByDesc('study_priority')
|
->orderByDesc('study_priority')
|
||||||
->orderBy('received_at');
|
->orderByDesc('received_at');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static function reportPendingQuery(Builder $query): Builder
|
protected static function reportPendingQuery(Builder $query): Builder
|
||||||
|
Loading…
Reference in New Issue
Block a user