安装引导

This commit is contained in:
TL 2022-08-16 09:38:40 +08:00
parent 5f154deec3
commit 090d238d11
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class InstallerServiceProvider extends ServiceProvider
}
$this->mergeConfigFrom(__DIR__ . '/../config.php', 'installer');
$this->loadViewsFrom(__DIR__ . '/../views', 'installer');
$this->loadViewsFrom(__DIR__ . '/../Views', 'installer');
$pathInstaller = base_path('beike/installer');
$this->loadTranslationsFrom("{$pathInstaller}/Lang", 'installer');