zxhxx 3 years ago
parent
commit
052c747ba1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/Index.php

+ 1 - 1
application/admin/controller/Index.php

@@ -133,7 +133,7 @@ class Index extends Backend
     }
     public function test()
     {
-       User::setendtime(37,5);
+        User::setendtime(37,5);
     }
 
 }