mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update: v2board update
This commit is contained in:
parent
25e19446e6
commit
2c389ebe8c
@ -55,7 +55,6 @@ class V2boardUpdate extends Command
|
|||||||
try {
|
try {
|
||||||
DB::select(DB::raw($item));
|
DB::select(DB::raw($item));
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
echo $e->getMessage() . PHP_EOL;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->info('更新完毕');
|
$this->info('更新完毕');
|
||||||
|
Loading…
Reference in New Issue
Block a user