@@ -33,7 +33,7 @@ |
||
33 | 33 | /** @var ActiveRecord $modelClass */ |
34 | 34 | $notifiable = $notifiable->routeNotificationFor('database'); |
35 | 35 | |
36 | - print_r($notifiable);exit; |
|
36 | + print_r($notifiable); exit; |
|
37 | 37 | |
38 | 38 | return DatabaseNotification::create([ |
39 | 39 | 'id' => $notification->id, |