| 1 | <?php  | 
            ||
| 21 | class GravitonProxyBundle extends Bundle implements GravitonBundleInterface  | 
            ||
| 22 | { | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 |      * {@inheritDoc} | 
            ||
| 26 | *  | 
            ||
| 27 | * @return \Symfony\Component\HttpKernel\Bundle\Bundle[]  | 
            ||
| 28 | */  | 
            ||
| 29 | 8 | public function getBundles()  | 
            |
| 33 | |||
| 34 | /**  | 
            ||
| 35 |      * {@inheritDoc} | 
            ||
| 36 | *  | 
            ||
| 37 | * @param ContainerBuilder $container Symfony Service container  | 
            ||
| 38 | *  | 
            ||
| 39 | * @return void  | 
            ||
| 40 | */  | 
            ||
| 41 | 2 | public function build(ContainerBuilder $container)  | 
            |
| 46 | }  | 
            ||
| 47 |