<?php
/**
* Simple HTML library.
*
* @package html
* @author David Molineus <david.molineus@netzmacht.de>
* @copyright 2017 netzmacht David Molineus. All rights reserved.
* @license LGPL 3.0
* @filesource
*/
declare(strict_types=1);
namespace Netzmacht\Html\Infrastructure\SymfonyBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Class NetzmachtHtmlBundle
*
* @package Netzmacht\Html\Infrastructure\SymfonyBundle
*/
class NetzmachtHtmlBundle extends Bundle
{
}