<?php
declare(strict_types=1);
/*
* This file is part of Contao.
*
* (c) Leo Feyer
*
* @license LGPL-3.0-or-later
*/
namespace Contao\MobilePageLayoutBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ContaoMobilePageLayoutBundle extends Bundle
{
}