<?php
/**
* Contao Bootstrap Layout.
*
* @package contao-bootstrap
* @author David Molineus <david.molineus@netzmacht.de>
* @copyright 2014-2017 netzmacht creative David Molineus
* @license LGPL 3.0
* @filesource
*/
declare(strict_types=1);
namespace ContaoBootstrap\Layout;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Class ContaoBootstrapLayoutBundle.
*
* @package ContaoBootstrap\Layout
*/
class ContaoBootstrapLayoutBundle extends Bundle
{
}