Просмотр исходного кода

$this->info($this->description);

visuddhinanda 2 лет назад
Родитель
Сommit
727957ef33
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Console/Commands/UpgradeDictId.php

+ 1 - 0
app/Console/Commands/UpgradeDictId.php

@@ -39,6 +39,7 @@ class UpgradeDictId extends Command
      */
     public function handle()
     {
+        $this->info($this->description);
         $user_dict_id = DictApi::getSysDict('community');
         if($user_dict_id){
             $result = DB::select('UPDATE "user_dicts" set "dict_id"=? where "source"=? ',[$user_dict_id,'_USER_WBW_']);