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