@@ -11,7 +11,7 @@ |
||
11 | 11 | { |
12 | 12 | $this->app->when(InterfaxChannel::class) |
13 | 13 | ->needs(Client::class) |
14 | - ->give(function () { |
|
14 | + ->give(function() { |
|
15 | 15 | $options = [ |
16 | 16 | 'username' => config('services.interfax.username'), |
17 | 17 | 'password' => config('services.interfax.password'), |
@@ -26,7 +26,7 @@ |
||
26 | 26 | */ |
27 | 27 | public function send($notifiable, InterfaxNotificationContract $notification) |
28 | 28 | { |
29 | - if (! $faxNumber = $notifiable->routeNotificationFor('interfax')) { |
|
29 | + if (!$faxNumber = $notifiable->routeNotificationFor('interfax')) { |
|
30 | 30 | return; |
31 | 31 | } |
32 | 32 |