vendor/heart-bits/contao-article-backgrounds-bundle/src/HeartbitsContaoArticleBackgroundsBundle.php line 20

Open in your IDE?
  1. <?php
  2. /**
  3.  * @package    contao-article-backgrounds
  4.  * @author     heart-bits <hi@heart-bits.com>
  5.  * @copyright  2017 heart-bits Sascha Wustmann. All rights reserved.
  6.  * @filesource
  7.  *
  8.  */
  9. namespace Heartbits\ContaoArticleBackgrounds;
  10. use Symfony\Component\HttpKernel\Bundle\Bundle;
  11. /**
  12.  * Bundle class.
  13.  *
  14.  * @package Heartbits\Contao\ArticleBackgrounds
  15.  */
  16. class HeartbitsContaoArticleBackgroundsBundle extends Bundle
  17. {
  18. }