Test Setup Failed
Push — master ( f014a1...ddb067 )
by Xu
37:53
created
src/notifications/channels/DatabaseChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.