| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class Kernel extends BaseKernel { |
||
| 13 | |||
| 14 | use MicroKernelTrait; |
||
|
|
|||
| 15 | |||
| 16 | protected function configureContainer(ContainerConfigurator $container): void |
||
| 17 | { |
||
| 18 | $container->import('../config/services.yml'); |
||
| 19 | } |
||
| 20 | |||
| 21 | protected function configureRoutes(RoutingConfigurator $routes): void |
||
| 24 | } |
||
| 25 | } |
||
| 26 |