vendor/oveleon/contao-cookiebar/src/ContaoCookiebar.php line 17

Open in your IDE?
  1. <?php
  2. /**
  3. * This file is part of Oveleon Contao Cookiebar.
  4. *
  5. * @package contao-cookiebar
  6. * @license AGPL-3.0
  7. * @author Daniele Sciannimanica <https://github.com/doishub>
  8. * @copyright Oveleon <https://www.oveleon.de/>
  9. */
  10. declare(strict_types=1);
  11. namespace Oveleon\ContaoCookiebar;
  12. use Symfony\Component\HttpKernel\Bundle\Bundle;
  13. class ContaoCookiebar extends Bundle
  14. {
  15. }