Browse Source

update: v2board update

tokumeikoi 3 years ago
parent
commit
2c389ebe8c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Console/Commands/V2boardUpdate.php

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

@@ -55,7 +55,6 @@ class V2boardUpdate extends Command
             try {
                 DB::select(DB::raw($item));
             } catch (\Exception $e) {
-                echo $e->getMessage() . PHP_EOL;
             }
         }
         $this->info('更新完毕');