<?php
/*
* This file is part of the Swap Bundle.
*
* (c) Florian Voutzinos <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Florianv\SwapBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* The bundle.
*
* @author Florian Voutzinos <[email protected]>
*/
class FlorianvSwapBundle extends Bundle
{
}