<?php
/**
* This file is part of MetaModels/filter_perimetersearch.
*
* (c) 2012-2019 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* @package MetaModels/filter_perimetersearch
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
* @author Stefan Heimes <stefan_heimes@hotmail.com>
* @author Sven Baumann <baumann.sv@gmail.com>
* @copyright 2012-2019 The MetaModels team.
* @license https://github.com/MetaModels/filter_perimetersearch/blob/master/LICENSE LGPL-3.0-or-later
* @filesource
*/
namespace MetaModels\FilterPerimetersearchBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* The Bundle class.
*/
class MetaModelsFilterPerimetersearchBundle extends Bundle
{
}