vendor/contao/listing-bundle/src/ContaoListingBundle.php line 17

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4. * This file is part of Contao.
  5. *
  6. * (c) Leo Feyer
  7. *
  8. * @license LGPL-3.0-or-later
  9. */
  10. namespace Contao\ListingBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. class ContaoListingBundle extends Bundle
  13. {
  14. }