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

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