@@ -11,7 +11,7 @@ |
||
11 | 11 | |
12 | 12 | public function register() |
13 | 13 | { |
14 | - $this->app->singleton('salesforce', function ($app) { |
|
14 | + $this->app->singleton('salesforce', function($app) { |
|
15 | 15 | $authClient = new Client([ |
16 | 16 | 'headers' => [ |
17 | 17 | 'Accept' => 'application/json', |