@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | private function getTo($notifiable, Notification $notification, AfricasTalkingMessage $message) |
61 | 61 | { |
62 | - if (! empty($message->getTo())) { |
|
62 | + if (!empty($message->getTo())) { |
|
63 | 63 | return $message->getTo(); |
64 | 64 | } |
65 | 65 |