vendor/hofff/contao-consent-spotify/src/HofffContaoConsentSpotifyBundle.php line 9

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