diff --git a/Commands/stubs/scaffold/provider.stub b/Commands/stubs/scaffold/provider.stub index fa1ca20..62f247f 100644 --- a/Commands/stubs/scaffold/provider.stub +++ b/Commands/stubs/scaffold/provider.stub @@ -18,6 +18,7 @@ class $CLASS$ extends ServiceProvider { */ public function boot() { + \View::addNamespace('$MODULE$', __DIR__ . '/../Views'); $this->registerTranslations(); $this->registerConfig(); $this->registerViews();