cqp 11 miesięcy temu
rodzic
commit
16a4ee3b7c
1 zmienionych plików z 2 dodań i 1 usunięć
  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;
     }
 }