Explorar o código

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

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
727957ef33
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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_']);