vendor/pdir/contao-theme-helper-bundle/src/ThemeHelperBundle.php line 26

Open in your IDE?
  1. <?php
  2. /**
  3.  * pdir theme helper bundle for Contao Open Source CMS
  4.  *
  5.  * Copyright (C) 2017 pdir / digital agentur <develop@pdir.de>
  6.  *
  7.  * @package    pdir/contao-theme-helper-bundle
  8.  * @link       https://github.com/pdir/contao-theme-helper-bundle
  9.  * @license    LGPL-3.0+
  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 Pdir\ThemeHelperBundle;
  17. use Symfony\Component\HttpKernel\Bundle\Bundle;
  18. /**
  19.  * Configures the ThemeHelper bundle.
  20.  *
  21.  * @author Mathias Arzberger <develop@pdir.de>
  22.  */
  23. class ThemeHelperBundle extends Bundle
  24. {
  25. }