hrjy hace 2 años
padre
commit
454d9a61f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     }
 
     /**