vendor/hofff/contao-consent-google-maps/src/HofffContaoConsentGoogleMapsBundle.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Hofff\Contao\Consent\GoogleMaps;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. final class HofffContaoConsentGoogleMapsBundle extends Bundle
  6. {
  7. }