fixed beike config
This commit is contained in:
parent
9c9abd5ea9
commit
a592dc4cf7
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue