Completed
Pull Request — master (#1)
by Robin
04:23 queued 01:34
created
src/RequestLoggerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function register()
25 25
     {
26
-        $this->app->singleton(RequestLogger::class, function () {
26
+        $this->app->singleton(RequestLogger::class, function() {
27 27
             return new RequestLogger();
28 28
         });
29 29
         $this->app->alias(RequestLogger::class, 'request-logger');
Please login to merge, or discard this patch.