vendor/pdir/contao-sticky-footer/src/PdirContaoStickyFooterBundle.php line 24

Open in your IDE?
  1. <?php
  2. /*
  3.  * Contao backend toolbar bundle for Contao Open Source CMS
  4.  *
  5.  * Copyright (c) 2020 pdir / digital agentur // pdir GmbH
  6.  *
  7.  * @package    contao-sticky-footer
  8.  * @link       https://github.com/pdir/contao-sticky-footer
  9.  * @license    GPL-3.0-or-later
  10.  * @author     Mathias Arzberger <develop@pdir.de>
  11.  *
  12.  * For the full copyright and license information, please view the LICENSE
  13.  * file that was distributed with this source code.
  14.  */
  15. namespace Pdir\ContaoStickyFooterBundle;
  16. use Symfony\Component\HttpKernel\Bundle\Bundle;
  17. /**
  18.  * Class PdirContaoStickyFooterBundle
  19.  */
  20. class PdirContaoStickyFooterBundle extends Bundle
  21. {
  22. }