Add opdavies/sculpin-gist-embed-bundle

This commit is contained in:
Oliver Davies 2016-04-05 21:08:58 +01:00
parent 32f727ee5f
commit a37836ac0b
4 changed files with 53 additions and 7 deletions

View file

@ -15,6 +15,7 @@ class SculpinKernel extends AbstractKernel
return [
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle',
'Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle',
'Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle',
'AppBundle\AppBundle'
];
}