Skip to content

Commit

Permalink
fix notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvalerione committed Oct 1, 2019
1 parent 6affca6 commit fb149af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/NotificationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class NotificationServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->app['events']->listen(NotificationSending::class, function (NotificationSent $event) {
$this->app['events']->listen(NotificationSending::class, function (NotificationSending $event) {
if ($this->app['inspector']->isRecording()) {
$segment = $this->app['inspector']
->startSegment('notifications')
Expand Down

0 comments on commit fb149af

Please sign in to comment.