@@ -31,7 +31,7 @@ |
||
| 31 | 31 | */ |
| 32 | 32 | public function send($notifiable, Notification $notification) |
| 33 | 33 | { |
| 34 | - if (! $channel = $notifiable->routeNotificationFor('discord', $notification)) { |
|
| 34 | + if (!$channel = $notifiable->routeNotificationFor('discord', $notification)) { |
|
| 35 | 35 | return; |
| 36 | 36 | } |
| 37 | 37 | |