<?phpdeclare(strict_types=1);/* * This file is part of a BugBuster Contao Bundle * * @copyright Glen Langer 2020 <http://contao.ninja> * @author Glen Langer (BugBuster) * @package Contao Banner Bundle * @license LGPL-3.0-or-later * @see https://github.com/BugBuster1701/contao-banner-bundle */namespace BugBuster\BannerBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Configures the Contao Banner bundle. */class BugBusterBannerBundle extends Bundle{}