Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
28 | { |
||
29 | $container->setAlias($path.'.event_store', $config['event_store']); |
||
30 | |||
31 | $loader = new PhpConfigFileLoader($container, new FileLocator(__DIR__.'/../../Resources/config/endpoint')); |
||
32 | $loader->load('pre_configured_authorization.php'); |
||
33 | } |
||
34 | |||
60 |