Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirkhan committed Sep 6, 2023
2 parents 816854b + cac768a commit 302d34b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stubs/Providers/stubServiceProvider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class {{moduleName}}ServiceProvider extends ServiceProvider
public function register()
{
$this->app->register(RouteServiceProvider::class);


// Event Service Provider
$this->app->register(EventServiceProvider::class);
}

Expand Down

0 comments on commit 302d34b

Please sign in to comment.