1 | <?php |
||
20 | class SonataEasyExtendsBundle extends Bundle |
||
21 | { |
||
22 | /** |
||
23 | * Builds the bundle. |
||
24 | * |
||
25 | * It is only ever called once when the cache is empty. |
||
26 | * |
||
27 | * This method can be overridden to register compilation passes, |
||
28 | * other extensions, ... |
||
29 | * |
||
30 | * @param ContainerBuilder $container A ContainerBuilder instance |
||
31 | */ |
||
32 | public function build(ContainerBuilder $container): void |
||
36 | } |
||
37 |