Browse Source

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

visuddhinanda 2 năm trước cách đây
mục cha
commit
727957ef33
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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_']);