Add html indent bundle
This commit is contained in:
		| @@ -0,0 +1,20 @@ | ||||
| <?php | ||||
|  | ||||
| namespace Homepage\HtmlPrettierBundle\DependencyInjection; | ||||
|  | ||||
| use Symfony\Component\Config\FileLocator; | ||||
| use Symfony\Component\DependencyInjection\ContainerBuilder; | ||||
| use Symfony\Component\DependencyInjection\Loader; | ||||
| use Symfony\Component\HttpKernel\DependencyInjection\Extension; | ||||
|  | ||||
| class HtmlPrettierExtension extends Extension | ||||
| { | ||||
|     /** | ||||
|      * {@inheritdoc} | ||||
|      */ | ||||
|     public function load(array $configs, ContainerBuilder $container) | ||||
|     { | ||||
|         $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); | ||||
|         $loader->load('services.yml'); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user