Skip to content

Commit

Permalink
Update main-service-provider-with-event-provider.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jan 11, 2025
1 parent a97555b commit a74deaf
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ use App\Ship\Parents\Providers\MainServiceProvider as ParentMainServiceProvider;

class {{class-name}} extends ParentMainServiceProvider
{
public array $bindings = [];
public array $singletons = [];
protected array $providers = [
{{event-service-provider}}::class,
];
protected array $aliases = [];

public function register(): void
{
}
Expand Down

0 comments on commit a74deaf

Please sign in to comment.