@@ -33,7 +33,7 @@ |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | if ($c->has('log')) { |
36 | - $c[LoggerInterface::class] = $c->factory(function (Container $c) { |
|
36 | + $c[LoggerInterface::class] = $c->factory(function(Container $c) { |
|
37 | 37 | $config = $c->get('log'); |
38 | 38 | $loggerFactory = new LoggerFactory(); |
39 | 39 |