安装引导
This commit is contained in:
parent
649af7a262
commit
93a27cc2ad
|
|
@ -23,7 +23,7 @@ class InstallerServiceProvider extends ServiceProvider
|
|||
$this->mergeConfigFrom(__DIR__ . '/../config.php', 'installer');
|
||||
$this->loadViewsFrom(__DIR__ . '/../Views', 'installer');
|
||||
|
||||
$pathInstaller = base_path('beike/installer');
|
||||
$pathInstaller = base_path('beike/Installer');
|
||||
$this->loadTranslationsFrom("{$pathInstaller}/Lang", 'installer');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue