<?php
declare(strict_types=1);
namespace Hofff\Contao\Consent\Matomo;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class HofffContaoConsentMatomoBundle extends Bundle
{
}