@@ -58,6 +58,6 @@ |
||
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 | } |