vendor/heimseiten/contao-sticky-footer-backend-bundle/src/HeimseitenContaoStickyFooterBackendBundle.php line 22

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of Sticky Footer für das Backend.
  5.  * 
  6.  * (c) heimseiten.de - Webdesign aus Köln 2021 <info@heimseiten.de>
  7.  * @license GPL-3.0-or-later
  8.  * For the full copyright and license information,
  9.  * please view the LICENSE file that was distributed with this source code.
  10.  * @link https://github.com/heimseiten/contao-sticky-footer-backend-bundle
  11.  */
  12. namespace Heimseiten\ContaoStickyFooterBackendBundle;
  13. use Symfony\Component\HttpKernel\Bundle\Bundle;
  14. /**
  15.  * Class HeimseitenContaoStickyFooterBackendBundle
  16.  */
  17. class HeimseitenContaoStickyFooterBackendBundle extends Bundle
  18. {
  19. }