Completed
Push — master ( 07890a...71161c )
by Ashleigh
03:56 queued 02:25
created
src/SalesforceServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
     public function register()
13 13
     {
14
-        $this->app->singleton('salesforce', function ($app) {
14
+        $this->app->singleton('salesforce', function($app) {
15 15
             $authClient = new Client([
16 16
                 'headers' => [
17 17
                     'Accept' => 'application/json',
Please login to merge, or discard this patch.