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