cqp 11 mēneši atpakaļ
vecāks
revīzija
16a4ee3b7c
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      app/Service/KqService.php

+ 2 - 1
app/Service/KqService.php

@@ -105,6 +105,7 @@ class KqService extends Service
             $total_key[$v['number']] = $total;
         }
 
-        return sort($total_key);
+        sort($total_key);
+        return $total_key;
     }
 }