Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
35 | { |
||
36 | $container->setAlias($path.'.event_store', $config['event_store']); |
||
37 | |||
38 | $loader = new PhpConfigFileLoader($container, new FileLocator(__DIR__.'/../../Resources/config')); |
||
39 | $loader->load('client.php'); |
||
40 | } |
||
41 | |||
60 |