oliverdavies.uk/app/SculpinKernel.php

12 lines
277 B
PHP
Raw Normal View History

2015-07-21 19:38:42 +00:00
<?php
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
protected function getAdditionalSculpinBundles()
{
return array(
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
);
}
}