Procházet zdrojové kódy

['lang'=>'zh-Hans']

visuddhinanda před 2 roky
rodič
revize
75f10fc240
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      app/Console/Commands/UpgradeDaily.php

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

@@ -57,7 +57,7 @@ class UpgradeDaily extends Command
         //更新单词首选意思
         //更新单词首选意思
         $this->call('upgrade:dict.default.meaning');
         $this->call('upgrade:dict.default.meaning');
         //社区术语表
         //社区术语表
-        $this->call('upgrade:community.term',['zh-Hans']);
+        $this->call('upgrade:community.term',['lang'=>'zh-Hans']);
 
 
         #译文进度
         #译文进度
         $this->call('upgrade:progress');
         $this->call('upgrade:progress');
@@ -87,7 +87,6 @@ class UpgradeDaily extends Command
 			]);
 			]);
 		}
 		}
 
 
-
         return 0;
         return 0;
     }
     }
 }
 }