<?php
/*
* This file is part of [package name].
*
* (c) John Doe
* @license LGPL-3.0-or-later
*/
namespace Hhcom\CreativeContaoBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class CreativeContaoBundle extends Bundle
{
}