| 1 | <?php |
||
| 20 | class GravitonProxyExtensionBundle extends Bundle implements GravitonBundleInterface |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritDoc} |
||
| 25 | * |
||
| 26 | * @return \Symfony\Component\HttpKernel\Bundle\Bundle[] |
||
| 27 | */ |
||
| 28 | public function getBundles() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param ContainerBuilder $container |
||
| 35 | */ |
||
| 36 | public function build(ContainerBuilder $container) |
||
| 40 | } |
||
| 41 |