@@ -43,7 +43,7 @@ |
||
43 | 43 | */ |
44 | 44 | public static function configureContainer(LimoncelloContainerInterface $container): void |
45 | 45 | { |
46 | - $container[LoggerInterface::class] = function (PsrContainerInterface $container) { |
|
46 | + $container[LoggerInterface::class] = function(PsrContainerInterface $container) { |
|
47 | 47 | /** @var CacheSettingsProviderInterface $settingsProvider */ |
48 | 48 | $settingsProvider = $container->get(CacheSettingsProviderInterface::class); |
49 | 49 | $appConfig = $settingsProvider->getApplicationConfiguration(); |