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