@@ -17,7 +17,7 @@ |
||
| 17 | 17 | |
| 18 | 18 | public function send($notifiable, Notification $notification): void |
| 19 | 19 | { |
| 20 | - if (! $to = $notifiable->routeNotificationFor('smsbroadcast')) { |
|
| 20 | + if (!$to = $notifiable->routeNotificationFor('smsbroadcast')) { |
|
| 21 | 21 | return; |
| 22 | 22 | } |
| 23 | 23 | |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | */ |
| 14 | 14 | public function register() |
| 15 | 15 | { |
| 16 | - $this->app->singleton(Client::class, function ($app) { |
|
| 16 | + $this->app->singleton(Client::class, function($app) { |
|
| 17 | 17 | if (empty($app['config']['services.smsbroadcast.username']) |
| 18 | 18 | || empty($app['config']['services.smsbroadcast.password'])) { |
| 19 | 19 | throw new \InvalidArgumentException('Missing SMS broadcast config in services'); |