Completed
Push — master ( 929245...c5ed10 )
by Angel
98:32 queued 60:25
created
src/PingServiceProvider.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
         $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'ping');
39 39
 
40 40
         // Register the main class to use with the facade
41
-        $this->app->singleton('ping', function () {
41
+        $this->app->singleton('ping', function() {
42 42
             return new Ping();
43 43
         });
44 44
     }
Please login to merge, or discard this patch.