@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function provideDependencies(Container $container): void |
23 | 23 | { |
24 | - $container->register(ConfigurationHelperFacadeInterface::class, function (AppKernelInterface $kernel) { |
|
24 | + $container->register(ConfigurationHelperFacadeInterface::class, function(AppKernelInterface $kernel) { |
|
25 | 25 | return $this->createFacade($kernel); |
26 | 26 | }); |
27 | 27 | } |