Completed
Branch master (34fc7a)
by Matthew
13:10
created
Category
src/FreshdeskServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.