<?php/* * This file is part of the SgDatatablesBundle package. * * (c) stwe <https://github.com/stwe/DatatablesBundle> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace Sg\DatatablesBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class SgDatatablesBundle extends Bundle{}