Ken 4 өдөр өмнө
parent
commit
f632c72c9f

+ 0 - 1
app/Services/BackflowService.php

@@ -85,7 +85,6 @@ class BackflowService extends BaseService
         $count = $query->count();
         $query->with(['user'])->orderByDesc('date')->orderBy('status');
         $list = $query->forPage($search['page'], $search['limit'])->get()->toArray();
-
         return ['total' => $count, 'data' => $list];
     }
 }