<?php
/*
* This file is part of the OrbitaleCmsBundle package.
*
* (c) Alexandre Rock Ancelet <alex@orbitale.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Orbitale\Bundle\CmsBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class OrbitaleCmsBundle extends Bundle
{
}