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