Passed
Push — master ( 150a9e...5fb2fb )
by Farhad
04:49
created
src/RayganSmsChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,6 +58,6 @@
 block discarded – undo
58 58
      */
59 59
     protected function shouldSendMessage($notifiable, Notification $notification)
60 60
     {
61
-        return event(new SendingMessage($notifiable, $notification), [], true) !== false;
61
+        return event(new SendingMessage($notifiable, $notification), [ ], true) !== false;
62 62
     }
63 63
 }
Please login to merge, or discard this patch.