@@ -13,7 +13,7 @@ |
||
13 | 13 | public function __invoke(ContainerInterface $container, string $connectionName): HelperSet |
14 | 14 | { |
15 | 15 | return ConsoleRunner::createHelperSet( |
16 | - $container->get('doctrine.entity_manager.' . $connectionName) |
|
16 | + $container->get('doctrine.entity_manager.'.$connectionName) |
|
17 | 17 | ); |
18 | 18 | } |
19 | 19 | } |