@@ -44,7 +44,7 @@ |
||
44 | 44 | { |
45 | 45 | $this->container = $container; |
46 | 46 | |
47 | - $container->register(CacheFacadeInterface::class, function (): CacheFacadeInterface { |
|
47 | + $container->register(CacheFacadeInterface::class, function(): CacheFacadeInterface { |
|
48 | 48 | return $this->createFacade(); |
49 | 49 | }); |
50 | 50 | } |