vendor/contao-bootstrap/navbar/src/ContaoBootstrapNavbarBundle.php line 24

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