@@ -38,7 +38,7 @@ |
||
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 | } |