Completed
Push — master ( ffea9c...25d77c )
by Davis
02:33
created
src/Davispeixoto/LaravelSalesforce/LaravelSalesforceServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function register()
32 32
     {
33
-        $this->app['salesforce'] = $this->app->share(function ($app) {
33
+        $this->app['salesforce'] = $this->app->share(function($app) {
34 34
             return new Salesforce($app['config']);
35 35
         });
36 36
     }
Please login to merge, or discard this patch.