Passed
Push — master ( 3f2358...e80f60 )
by
unknown
01:25 queued 11s
created
src/Notifications/Channels/VerificationChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     public function send($notifiable, Notification $notification)
37 37
     {
38
-        if (! $notifiable->routeNotificationFor('verification_mobile', $notification)) {
38
+        if (!$notifiable->routeNotificationFor('verification_mobile', $notification)) {
39 39
             return;
40 40
         }
41 41
 
Please login to merge, or discard this patch.