| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class EresSyliusIyzicoPluginExtension extends Extension |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public function load(array $config, ContainerBuilder $container): void |
||
| 18 | { |
||
| 19 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
||
| 20 | |||
| 21 | $loader->load('services.yml'); |
||
| 22 | } |
||
| 23 | |||
| 24 | public function getAlias() |
||
| 27 | } |
||
| 28 | |||
| 31 |