cqp 1 năm trước cách đây
mục cha
commit
16a4ee3b7c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
             $total_key[$v['number']] = $total;
         }
         }
 
 
-        return sort($total_key);
+        sort($total_key);
+        return $total_key;
     }
     }
 }
 }