Для ресурсов добавлены версии по содержимому

This commit is contained in:
2019-01-06 22:11:25 +03:00
parent f131f53ea7
commit d1b9124405
12 changed files with 92 additions and 11 deletions

View File

@ -2,6 +2,7 @@
use Homepage\HtmlPrettierBundle\HtmlPrettierBundle;
use Homepage\SiteMapBundle\SiteMapBundle;
use Homepage\TwigExtensionBundle\TwigExtensionBundle;
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
class SculpinKernel extends AbstractKernel
@ -9,6 +10,7 @@ class SculpinKernel extends AbstractKernel
protected function getAdditionalSculpinBundles(): array
{
return [
TwigExtensionBundle::class,
SiteMapBundle::class,
HtmlPrettierBundle::class,
];