hrjy 2 năm trước cách đây
mục cha
commit
454d9a61f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/api/controller/PublicController.php

+ 1 - 1
app/api/controller/PublicController.php

@@ -34,7 +34,7 @@ class PublicController
 
     public function test()
     {
-        UserLevel::setLevelComplete(1);
+        UserLevel::setLevelComplete(9);
     }
 
     /**