@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | { |
37 | 37 | $message = $this->getData($notifiable, $notification); |
38 | 38 | $receiver = $this->resolveReceiver($notifiable, $notification); |
39 | - if (! $receiver) { |
|
39 | + if (!$receiver) { |
|
40 | 40 | return; |
41 | 41 | } |
42 | 42 | |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | ); |
50 | 50 | } |
51 | 51 | |
52 | -if (! $message instanceof SmsMessage) { |
|
52 | +if (!$message instanceof SmsMessage) { |
|
53 | 53 | return; |
54 | 54 | } |
55 | 55 |