瀏覽代碼

:fire: 多余的 $currTime = time();

visuddhinanda 2 年之前
父節點
當前提交
f6a7e6fb11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Console/Commands/UpgradeDaily.php

+ 1 - 1
app/Console/Commands/UpgradeDaily.php

@@ -80,7 +80,7 @@ class UpgradeDaily extends Command
         $this->call('upgrade:wbw.analyses');
         $time = time()-$currTime;
         $message .= "wbw.analyses:{$time}; ";
-        $currTime = time();
+
 
         $time = time()-$start;
         $message .= "总时间:{$time}; ";