<?php
/**
* mate theme for Contao Open Source CMS
*
* Copyright (C) 2017 pdir / digital agentur <develop@pdir.de>
*
* @package contao-themes-net/mate-theme-bundle
* @link https://github.com/contao-themes-net/mate-theme-bundle
* @license pdir contao theme licence
* @author Mathias Arzberger <develop@pdir.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#declare(strict_types = 1);
namespace ContaoThemesNet\MateThemeBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Configures the theme bundle.
*
* @author Mathias Arzberger <develop@pdir.de>
*/
class MateThemeBundle extends Bundle
{
}