Add html indent bundle
This commit is contained in:
.gitignore.php_csMakefile
app
bundle/HtmlPrettierBundle
composer.jsoncomposer.locksource/_includes
tools
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use Homepage\HtmlPrettierBundle\HtmlPrettierBundle;
|
||||
use Nickpeirson\Sculpin\Bundle\SitemapBundle\SculpinSitemapBundle;
|
||||
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
|
||||
|
||||
@@ -9,6 +10,7 @@ class SculpinKernel extends AbstractKernel
|
||||
{
|
||||
return [
|
||||
SculpinSitemapBundle::class,
|
||||
HtmlPrettierBundle::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user