oliverdavies.uk/app/SculpinKernel.php

14 lines
297 B
PHP
Raw Normal View History

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