Completed
Push — master ( f16eb4...9717e2 )
by Matthew
10s
created
src/FreshdeskServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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
         });
Please login to merge, or discard this patch.