Skip to content

Commit

Permalink
refactor(stubs): add parent method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 15, 2024
1 parent 5b5c03d commit c45a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/Stubs/providers/generic.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class {{class-name}} extends ServiceProvider
{
public function boot(): void
{

parent::boot();
}

public function register(): void
Expand Down

0 comments on commit c45a462

Please sign in to comment.