@@ -26,7 +26,7 @@ |
||
26 | 26 | */ |
27 | 27 | public function send($notifiable, InterfaxNotificationContract $notification) |
28 | 28 | { |
29 | - if (! $faxNumber = $notifiable->routeNotificationFor('interfax')) { |
|
29 | + if (!$faxNumber = $notifiable->routeNotificationFor('interfax')) { |
|
30 | 30 | return; |
31 | 31 | } |
32 | 32 |