update: add config

This commit is contained in:
tokumeikoi
2021-07-29 02:41:31 +09:00
parent de045c79f5
commit f409d89c4a
4 changed files with 15 additions and 1 deletions

View File

@ -23,6 +23,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->app['view']->addNamespace('theme', base_path() . '/public/theme');
$this->app['view']->addNamespace('theme', public_path() . '/theme');
}
}