Ken 2 өдөр өмнө
parent
commit
8d08417301

+ 0 - 1
app/Http/Controllers/api/NewPc.php

@@ -33,7 +33,6 @@ class NewPc extends BaseController
             ->get();
         foreach ($data as &$item) {
             $item['keno'] = json_decode($item['keno'], true);
-            sort($item['keno']);
         }
         return $this->success($data);
     }