<?php
/*
* Contao backend toolbar bundle for Contao Open Source CMS
*
* Copyright (c) 2020 pdir / digital agentur // pdir GmbH
*
* @package contao-sticky-footer
* @link https://github.com/pdir/contao-sticky-footer
* @license GPL-3.0-or-later
* @author Mathias Arzberger <develop@pdir.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Pdir\ContaoStickyFooterBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Class PdirContaoStickyFooterBundle
*/
class PdirContaoStickyFooterBundle extends Bundle
{
}