visuddhinanda před 2 roky
rodič
revize
5bed3044aa
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;
         $time = time()-$start;
         $message .= "dict.default.meaning:{$time}; ";
         $message .= "dict.default.meaning:{$time}; ";
         $currTime = time();
         $currTime = time();
+
         //社区术语表
         //社区术语表
         $this->call('upgrade:community.term',['lang'=>'zh-Hans']);
         $this->call('upgrade:community.term',['lang'=>'zh-Hans']);
         $time = time()-$currTime;
         $time = time()-$currTime;
@@ -71,6 +72,7 @@ class UpgradeDaily extends Command
         $time = time()-$currTime;
         $time = time()-$currTime;
         $message .= "progress:{$time}; ";
         $message .= "progress:{$time}; ";
         $currTime = time();
         $currTime = time();
+
         $this->call('upgrade:progress.chapter');
         $this->call('upgrade:progress.chapter');
         $time = time()-$currTime;
         $time = time()-$currTime;
         $message .= "progress.chapter:{$time}; ";
         $message .= "progress.chapter:{$time}; ";