@@ -11,6 +11,6 @@ |
||
| 11 | 11 | { |
| 12 | 12 | public function __invoke(ContainerInterface $container): ShowContainer |
| 13 | 13 | { |
| 14 | - return new ShowContainer((array)$container->get('config')); |
|
| 14 | + return new ShowContainer((array) $container->get('config')); |
|
| 15 | 15 | } |
| 16 | 16 | } |