Add sorting by created_at in QualityValidationResource table query
This commit is contained in:
@@ -2460,6 +2460,8 @@ class QualityValidationResource extends Resource
|
||||
$query->whereIn('sticker_master_id', $stickerMasterIds);
|
||||
}
|
||||
}
|
||||
|
||||
$query->orderBy('created_at', 'asc');
|
||||
})
|
||||
->indicateUsing(function (array $data) {
|
||||
$indicators = [];
|
||||
|
||||
Reference in New Issue
Block a user