update: theme directory

This commit is contained in:
tokumeikoi
2021-07-29 02:21:09 +09:00
parent 7338c4a294
commit 0ce3948c12
32 changed files with 8 additions and 8 deletions

View File

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