Completed
Push — master ( 13aa7e...d7c5f7 )
by Mark
10s
created
src/IonicPushChannel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     {
36 36
         $routing = collect($notifiable->routeNotificationFor('IonicPush'));
37 37
 
38
-        if (! $routing->first()) {
38
+        if (!$routing->first()) {
39 39
             return;
40 40
         }
41 41
 
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
         $message = $notification->toIonicPush($notifiable);
49 49
 
50 50
         $ionicPushData = array_merge(
51
-            [$message->getSendToType() => $routing->first()],
51
+            [ $message->getSendToType() => $routing->first() ],
52 52
             $message->toArray()
53 53
         );
54 54
 
Please login to merge, or discard this patch.