vendor/metamodels/filter_fromto/src/MetaModelsFilterFromToBundle.php line 27

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of MetaModels/filter_fromto.
  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_fromto
  13.  * @author     Richard Henkenjohann <richardhenkenjohann@googlemail.com>
  14.  * @copyright  2012-2019 The MetaModels team.
  15.  * @license    https://github.com/MetaModels/filter_fromto/blob/master/LICENSE LGPL-3.0-or-later
  16.  * @filesource
  17.  */
  18. namespace MetaModels\FilterFromToBundle;
  19. use Symfony\Component\HttpKernel\Bundle\Bundle;
  20. /**
  21.  * The Bundle class.
  22.  */
  23. class MetaModelsFilterFromToBundle extends Bundle
  24. {
  25. }