Add opdavies/sculpin-content-generator-bundle

This commit is contained in:
Oliver Davies 2016-02-11 20:29:41 +00:00
parent 2133d51c58
commit eb077975ba
3 changed files with 47 additions and 10 deletions

View file

@ -6,8 +6,9 @@ class SculpinKernel extends AbstractKernel
{
protected function getAdditionalSculpinBundles()
{
return array(
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
);
return [
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle',
'Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle'
];
}
}