| 1 | <?php |
||
| 16 | class GravitonBundleBundle extends Bundle implements GravitonBundleInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritDoc} |
||
| 20 | * |
||
| 21 | * This serves as kickstarter by instanciating core bundle. It has not |
||
| 22 | * yet been decided where the remaining GravitonBundles get loaded. |
||
| 23 | * |
||
| 24 | * @todo GravitonBundle loading/disco (maybe with command support). |
||
| 25 | * |
||
| 26 | * @return \Symfony\Component\HttpKernel\Bundle\Bundle[] |
||
| 27 | */ |
||
| 28 | 7 | public function getBundles() |
|
| 45 | } |
||
| 46 |