Added sculpin-related-posts-bundle

This commit is contained in:
Oliver Davies 2015-07-21 20:38:42 +01:00
parent be9049edc9
commit 4fd3aae714
3 changed files with 13 additions and 2 deletions

11
app/SculpinKernel.php Normal file
View file

@ -0,0 +1,11 @@
<?php
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
protected function getAdditionalSculpinBundles()
{
return array(
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
);
}
}