We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dee75d commit 17a35bcCopy full SHA for 17a35bc
src/ErrorMailerServiceProvider.php
@@ -25,7 +25,7 @@ public function register()
25
'error-mailer:publish-config',
26
]);
27
28
- Event::subscribe(NotifyAdminOfError::class);
+ $this->app->register(EventServiceProvider::class);
29
}
30
31
public function boot()
0 commit comments