Completed
Push — develop ( 7bfa03...86ee4d )
by Jimmy
02:24
created
Category
src/Client/Laravel/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         $configs = ['connectwise' => $this->app->make('config')['services']['connectwise']];
40 40
 
41
-        $this->app->singleton('connectwise', function () use ($configs) {
41
+        $this->app->singleton('connectwise', function() use ($configs) {
42 42
             // @codeCoverageIgnoreStart
43 43
             return new Client($configs);
44 44
             // @codeCoverageIgnoreEnd
Please login to merge, or discard this patch.