fixed beike config

This commit is contained in:
Edward Yang 2022-09-02 21:32:56 +08:00
parent 9c9abd5ea9
commit a592dc4cf7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class InstallerServiceProvider extends ServiceProvider
Schema::defaultStringLength(191);
$this->mergeConfigFrom(__DIR__ . '/../config.php', 'installer');
$this->mergeConfigFrom(__DIR__ . '/../../Config/beike.php', 'beike');
$this->loadViewsFrom(__DIR__ . '/../Views', 'installer');
$pathInstaller = base_path('beike/Installer');