fix: missing ws-server core and update routine

This commit is contained in:
xboard
2026-03-15 10:20:42 +08:00
parent 010275b09e
commit ccdbe9d607
2 changed files with 239 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class XboardUpdate extends Command
public function handle()
{
$this->info('正在导入数据库请稍等...');
Artisan::call("migrate");
Artisan::call("migrate", ['--force' => true]);
$this->info(Artisan::output());
$this->info('正在检查内置插件文件...');
XboardInstall::restoreProtectedPlugins($this);