vendor/contao-bootstrap/grid/src/ContaoBootstrapGridBundle.php line 15

Open in your IDE?
  1. <?php
  2. /**
  3.  * Contao Bootstrap grid.
  4.  *
  5.  * @filesource
  6.  */
  7. declare(strict_types=1);
  8. namespace ContaoBootstrap\Grid;
  9. use Symfony\Component\HttpKernel\Bundle\Bundle;
  10. class ContaoBootstrapGridBundle extends Bundle
  11. {
  12. }