vendor/contao-themes-net/mate-theme-bundle/src/MateThemeBundle.php line 27

Open in your IDE?
  1. <?php
  2. /**
  3.  * mate theme for Contao Open Source CMS
  4.  *
  5.  * Copyright (C) 2017 pdir / digital agentur <develop@pdir.de>
  6.  *
  7.  * @package    contao-themes-net/mate-theme-bundle
  8.  * @link       https://github.com/contao-themes-net/mate-theme-bundle
  9.  * @license    pdir contao theme licence
  10.  * @author     Mathias Arzberger <develop@pdir.de>
  11.  *
  12.  * For the full copyright and license information, please view the LICENSE
  13.  * file that was distributed with this source code.
  14.  */
  15. #declare(strict_types = 1);
  16. namespace ContaoThemesNet\MateThemeBundle;
  17. use Symfony\Component\HttpKernel\Bundle\Bundle;
  18. /**
  19.  * Configures the theme bundle.
  20.  *
  21.  * @author Mathias Arzberger <develop@pdir.de>
  22.  */
  23. class MateThemeBundle extends Bundle
  24. {
  25. }