@@ -26,7 +26,7 @@ |
||
| 26 | 26 | public function send($notifiable, Notification $notification) |
| 27 | 27 | { |
| 28 | 28 | |
| 29 | - if(! $to = $notifiable->routeNotificationFor('smsir')) { |
|
| 29 | + if (!$to = $notifiable->routeNotificationFor('smsir')) { |
|
| 30 | 30 | return; |
| 31 | 31 | } |
| 32 | 32 | |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | __DIR__ . '/../configs/smsir.php' => config_path('smsir.php'), |
| 26 | 26 | ], 'config'); |
| 27 | 27 | } |
| 28 | - $this->app->bind('smsir', function ($app) { |
|
| 28 | + $this->app->bind('smsir', function($app) { |
|
| 29 | 29 | return new SmsirClient(config('smsir.api-key'), config('smsir.secret-key'), config('smsir.line-number'), config('smsir.request-timeout')); |
| 30 | 30 | }); |
| 31 | 31 | } |