Обновлен Sculpin

This commit is contained in:
2019-01-02 15:53:54 +03:00
parent c9cc92107e
commit f9ceb23b65
7 changed files with 420 additions and 254 deletions

View File

@ -6,5 +6,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
class HtmlPrettierBundle extends Bundle
{
public const class_name = __CLASS__;
}

View File

@ -1,6 +1,6 @@
services:
homepage.html_prettier:
class: \Homepage\HtmlPrettierBundle\HtmlPrettier
tags:
- { name: kernel.event_subscriber }
public: yes