@@ -32,7 +32,7 @@ |
||
32 | 32 | */ |
33 | 33 | public function register() |
34 | 34 | { |
35 | - $this->app->singleton('freshdesk', function ($app) { |
|
35 | + $this->app->singleton('freshdesk', function($app) { |
|
36 | 36 | $config = $app->make('config')->get('freshdesk'); |
37 | 37 | return new Api($config['api_key'], $config['domain']); |
38 | 38 | }); |