<?php
/*
* This file is part of the pixSortableBehaviorBundle.
*
* (c) Nicolas Ricci <nicolas.ricci@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Pix\SortableBehaviorBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class PixSortableBehaviorBundle extends Bundle
{
}