mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
Fix 首次安装报错
This commit is contained in:
@@ -30,7 +30,9 @@ class AppServiceProvider extends ServiceProvider
|
||||
$this->app->register(TelescopeServiceProvider::class);
|
||||
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
|
||||
}
|
||||
$this->app->register(SettingServiceProvider::class);
|
||||
if (Schema::hasTable('config')) {
|
||||
$this->app->register(SettingServiceProvider::class);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user