Add site map
This commit is contained in:
14
app/SculpinKernel.php
Normal file
14
app/SculpinKernel.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
use Nickpeirson\Sculpin\Bundle\SitemapBundle\SculpinSitemapBundle;
|
||||
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
|
||||
|
||||
class SculpinKernel extends AbstractKernel
|
||||
{
|
||||
protected function getAdditionalSculpinBundles()
|
||||
{
|
||||
return [
|
||||
SculpinSitemapBundle::class,
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user