| 1 | <?php |
||
| 30 | class AppKernel extends Kernel |
||
| 31 | { |
||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function __construct(string $environment, bool $debug) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function registerBundles() |
||
| 60 | |||
| 61 | /** |
||
| 62 | * {@inheritdoc} |
||
| 63 | */ |
||
| 64 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 68 | } |
||
| 69 |