* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Sensio\Bundle\DistributionBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * SensioDistributionBundle. * * @author Fabien Potencier * @author Marc Weistroff * @author Jérôme Vieilledent */ class SensioDistributionBundle extends Bundle { }