Add html indent bundle
This commit is contained in:
10
bundle/HtmlPrettierBundle/HtmlPrettierBundle.php
Normal file
10
bundle/HtmlPrettierBundle/HtmlPrettierBundle.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Homepage\HtmlPrettierBundle;
|
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class HtmlPrettierBundle extends Bundle
|
||||
{
|
||||
public const class_name = __CLASS__;
|
||||
}
|
Reference in New Issue
Block a user