Passed
Push — master ( 0fc8a0...e98975 )
by Hope
10:44
created
Category
src/WHMCSServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public function register()
10 10
     {
11
-        $this->app->singleton('whmcs', function ($app) {
11
+        $this->app->singleton('whmcs', function($app) {
12 12
             return new WHMCS();
13 13
         });
14 14
     }
Please login to merge, or discard this patch.