| 1 | <?php |
||
| 8 | class AppExtension extends AbstractResourceExtension |
||
| 9 | { |
||
| 10 | // You can choose your application name, it will use to prefix the configuration keys in the container (the default value is sylius). |
||
| 11 | protected $applicationName = 'app'; |
||
| 12 | |||
| 13 | public function load(array $config, ContainerBuilder $container) |
||
| 16 | } |
||
| 17 |