Added sculpin-related-posts-bundle
This commit is contained in:
parent
be9049edc9
commit
4fd3aae714
3 changed files with 13 additions and 2 deletions
11
app/SculpinKernel.php
Normal file
11
app/SculpinKernel.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
|
||||
{
|
||||
protected function getAdditionalSculpinBundles()
|
||||
{
|
||||
return array(
|
||||
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle'
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue