vendor/contao-bootstrap/layout/src/ContaoBootstrapLayoutBundle.php line 24

Open in your IDE?
  1. <?php
  2. /**
  3.  * Contao Bootstrap Layout.
  4.  *
  5.  * @package    contao-bootstrap
  6.  * @author     David Molineus <david.molineus@netzmacht.de>
  7.  * @copyright  2014-2017 netzmacht creative David Molineus
  8.  * @license    LGPL 3.0
  9.  * @filesource
  10.  */
  11. declare(strict_types=1);
  12. namespace ContaoBootstrap\Layout;
  13. use Symfony\Component\HttpKernel\Bundle\Bundle;
  14. /**
  15.  * Class ContaoBootstrapLayoutBundle.
  16.  *
  17.  * @package ContaoBootstrap\Layout
  18.  */
  19. class ContaoBootstrapLayoutBundle extends Bundle
  20. {
  21. }