vendor/contao-bootstrap/form/src/ContaoBootstrapFormBundle.php line 24

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