vendor/contao-bootstrap/panel/src/ContaoBootstrapPanelBundle.php line 25

Open in your IDE?
  1. <?php
  2. /**
  3.  * Contao Bootstrap panel.
  4.  *
  5.  * @package    contao-bootstrap
  6.  * @subpackage Panel
  7.  * @author     David Molineus <david.molineus@netzmacht.de>
  8.  * @copyright  2014-2020 netzmacht David Molineus. All rights reserved.
  9.  * @license    LGPL-3.0-or-later https://github.com/contao-bootstrap/panel/blob/master/LICENSE
  10.  * @filesource
  11.  */
  12. declare(strict_types=1);
  13. namespace ContaoBootstrap\Panel;
  14. use Symfony\Component\HttpKernel\Bundle\Bundle;
  15. /**
  16.  * Class ContaoBootstrapPanelBundle.
  17.  *
  18.  * @package ContaoBootstrap\Panel
  19.  */
  20. class ContaoBootstrapPanelBundle extends Bundle
  21. {
  22. }