vendor/connectholland/cookie-consent-bundle/CHCookieConsentBundle.php line 14

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of the ConnectHolland CookieConsentBundle package.
  5.  * (c) Connect Holland.
  6.  */
  7. namespace ConnectHolland\CookieConsentBundle;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. class CHCookieConsentBundle extends Bundle
  10. {
  11. }