Skip to content

Commit

Permalink
[feat] register event service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
aryala7 committed Nov 25, 2023
1 parent 0c60c36 commit 2a69fc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ChapaarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ public function packageBooted()
return new SmsChannel();
});
}
public function packageRegistered()
{
parent::packageRegistered();

$this->app->register(EventServiceProvider::class);
}

public function configurePackage(Package $package): void
{
Expand Down

0 comments on commit 2a69fc9

Please sign in to comment.