vendor/contao-bootstrap/tab/src/ContaoBootstrapTabBundle.php line 23

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