瀏覽代碼

:art: formatting

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

+ 2 - 0
app/Console/Commands/UpgradeDaily.php

@@ -60,6 +60,7 @@ class UpgradeDaily extends Command
         $time = time()-$start;
         $message .= "dict.default.meaning:{$time}; ";
         $currTime = time();
+
         //社区术语表
         $this->call('upgrade:community.term',['lang'=>'zh-Hans']);
         $time = time()-$currTime;
@@ -71,6 +72,7 @@ class UpgradeDaily extends Command
         $time = time()-$currTime;
         $message .= "progress:{$time}; ";
         $currTime = time();
+
         $this->call('upgrade:progress.chapter');
         $time = time()-$currTime;
         $message .= "progress.chapter:{$time}; ";