Add opdavies/sculpin-content-generator-bundle
This commit is contained in:
parent
2133d51c58
commit
eb077975ba
3 changed files with 47 additions and 10 deletions
|
@ -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'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue