vendor/contao-themes-net/theme-components-bundle/src/ThemeComponentsBundle.php line 28

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