vendor/contao-bootstrap/templates/src/ContaoBootstrapTemplatesBundle.php line 23

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