Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 33.33% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class YnloGraphQLBundle extends Bundle |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritDoc} |
||
27 | */ |
||
28 | 21 | public function boot() |
|
29 | { |
||
30 | 21 | $this->container->get(TypeAutoLoader::class)->autoloadTypes(); |
|
31 | 21 | } |
|
32 | |||
33 | /** |
||
34 | * {@inheritDoc} |
||
35 | */ |
||
36 | public function build(ContainerBuilder $container) |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * {@inheritDoc} |
||
44 | */ |
||
45 | public function getContainerExtension() |
||
48 | } |
||
49 | } |
||
50 |