<?php/** * @package contao-article-backgrounds * @author heart-bits <hi@heart-bits.com> * @copyright 2017 heart-bits Sascha Wustmann. All rights reserved. * @filesource * */namespace Heartbits\ContaoArticleBackgrounds;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Bundle class. * * @package Heartbits\Contao\ArticleBackgrounds */class HeartbitsContaoArticleBackgroundsBundle extends Bundle{}