xxxrrrdddd 2 年之前
父節點
當前提交
e92e713565
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}个管理员");
             });
         };
     }