@@ -38,7 +38,7 @@ |
||
| 38 | 38 | { |
| 39 | 39 | $configs = ['connectwise' => $this->app->make('config')['services']['connectwise']]; |
| 40 | 40 | |
| 41 | - $this->app->singleton('connectwise', function () use ($configs) { |
|
| 41 | + $this->app->singleton('connectwise', function() use ($configs) { |
|
| 42 | 42 | // @codeCoverageIgnoreStart |
| 43 | 43 | return new Client($configs); |
| 44 | 44 | // @codeCoverageIgnoreEnd |