order image files
This commit is contained in:
@@ -111,7 +111,7 @@ class SafetyAndPrivacyTableService
|
||||
public function provinceActivity(Request $request): array
|
||||
{
|
||||
$activities = [];
|
||||
$provinceQuery = Province::query()->selectRaw('COUNT(*) as qty,info_id, step');
|
||||
$provinceQuery = SafetyAndPrivacy::query()->selectRaw('COUNT(*) as qty,info_id, step');
|
||||
$province = DataTableFacade::run(
|
||||
$provinceQuery,
|
||||
$request,
|
||||
|
||||
Reference in New Issue
Block a user