Completed
Pull Request — master (#145)
by Anton
08:01
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         }
31 31
 
32 32
         if (!$this->app->bound(ConfigRetrieverInterface::class)) {
33
-            $this->app->singleton(ConfigRetrieverInterface::class, function () {
33
+            $this->app->singleton(ConfigRetrieverInterface::class, function() {
34 34
                 return new ConfigRetriever();
35 35
             });
36 36
         }
Please login to merge, or discard this patch.