Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
36 | public function load(array $configs, ContainerBuilder $container) |
||
37 | { |
||
38 | $container->registerForAutoconfiguration(ResponseFactory::class)->addTag('oauth2_server_response_factory'); |
||
39 | |||
40 | $loader = new PhpFileLoader($container, new FileLocator(__DIR__.'/../../Resources/config/core')); |
||
41 | $loader->load('oauth2_response.php'); |
||
42 | } |
||
43 | |||
69 |