| 1 | <?php |
||
| 18 | class AppKernel extends Kernel |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | * |
||
| 23 | * @return array|\Symfony\Component\HttpKernel\Bundle\BundleInterface[] |
||
| 24 | */ |
||
| 25 | public function registerBundles() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | * |
||
| 44 | * @param LoaderInterface $loader |
||
| 45 | */ |
||
| 46 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 50 | } |
||
| 51 |