vendor/metamodels/filter_perimetersearch/src/MetaModelsFilterPerimetersearchBundle.php line 29

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of MetaModels/filter_perimetersearch.
  4.  *
  5.  * (c) 2012-2019 The MetaModels team.
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  *
  10.  * This project is provided in good faith and hope to be usable by anyone.
  11.  *
  12.  * @package    MetaModels/filter_perimetersearch
  13.  * @author     Christian Schiffler <c.schiffler@cyberspectrum.de>
  14.  * @author     Stefan Heimes <stefan_heimes@hotmail.com>
  15.  * @author     Sven Baumann <baumann.sv@gmail.com>
  16.  * @copyright  2012-2019 The MetaModels team.
  17.  * @license    https://github.com/MetaModels/filter_perimetersearch/blob/master/LICENSE LGPL-3.0-or-later
  18.  * @filesource
  19.  */
  20. namespace MetaModels\FilterPerimetersearchBundle;
  21. use Symfony\Component\HttpKernel\Bundle\Bundle;
  22. /**
  23.  * The Bundle class.
  24.  */
  25. class MetaModelsFilterPerimetersearchBundle extends Bundle
  26. {
  27. }