Completed
Push — master ( 6f6236...71f8b3 )
by Ashleigh
06:55
created
src/SalesforceServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function register()
11 11
     {
12
-        $this->app->singleton('salesforce', function () {
12
+        $this->app->singleton('salesforce', function() {
13 13
             $authClient = new Client([
14 14
                 'headers' => [
15 15
                     'Accept' => 'application/json',
Please login to merge, or discard this patch.