Completed
Push — master ( b0a209...669035 )
by Angel
21s queued 16s
created
src/ServiceProviders/PingServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         $this->mergeConfigFrom(__DIR__.'/../../config/config.php', 'ping');
42 42
 
43 43
         // Register the main class to use with the facade
44
-        $this->app->singleton('ping', function () {
44
+        $this->app->singleton('ping', function() {
45 45
             return new Ping();
46 46
         });
47 47
     }
Please login to merge, or discard this patch.