xxxrrrdddd há 2 anos atrás
pai
commit
e92e713565
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      commands/Admin_disable.php

+ 1 - 1
commands/Admin_disable.php

@@ -13,7 +13,7 @@ class AdminDisable extends Com{
                     ->where('logintime','<',strtotime('-1month'))
                     ->where('status','normal')
                     ->update(['status'=>'hidden']);
-                $worker::log("禁用了{$userNum}个管理员");
+                self::log("禁用了{$userNum}个管理员");
             });
         };
     }