Add html indent bundle

This commit is contained in:
2018-07-18 21:40:17 +03:00
parent 218a911dfd
commit 8451c8abd0
12 changed files with 820 additions and 5 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace Homepage\HtmlPrettierBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class HtmlPrettierBundle extends Bundle
{
public const class_name = __CLASS__;
}