<?php 
 
declare(strict_types=1); 
 
/* 
 * This file is part of the ConnectHolland CookieConsentBundle package. 
 * (c) Connect Holland. 
 */ 
 
namespace ConnectHolland\CookieConsentBundle; 
 
use Symfony\Component\HttpKernel\Bundle\Bundle; 
 
class CHCookieConsentBundle extends Bundle 
{ 
}