<?php
/**
* This file is part of discordier/justtextwidgets.
*
* (c) 2012-2018 CyberSpectrum
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* @package discordier/justtextwidgets
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
* @copyright 2012-2018 CyberSpectrum
* @license https://github.com/discordier/justtextwidgets/blob/master/LICENSE LGPL-3.0-or-later
* @filesource
*/
namespace Discordier\JustTextWidgetsBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* The Bundle class.
*/
class DiscordierJustTextWidgetsBundle extends Bundle
{
}