| 1 | <?php |
||
| 26 | class AppKernel extends Kernel |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function __construct(string $environment, bool $debug) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function registerBundles() |
||
| 50 | |||
| 51 | /** |
||
| 52 | * {@inheritdoc} |
||
| 53 | */ |
||
| 54 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 58 | } |
||
| 59 |