vendor/metamodels/filter_text/src/MetaModelsFilterTextBundle.php line 27

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of MetaModels/filter_text.
  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_text
  13.  * @author     Christian Schiffler <c.schiffler@cyberspectrum.de>
  14.  * @copyright  2012-2019 The MetaModels team.
  15.  * @license    https://github.com/MetaModels/filter_text/blob/master/LICENSE LGPL-3.0-or-later
  16.  * @filesource
  17.  */
  18. namespace MetaModels\FilterTextBundle;
  19. use Symfony\Component\HttpKernel\Bundle\Bundle;
  20. /**
  21.  * The Bundle class.
  22.  */
  23. class MetaModelsFilterTextBundle extends Bundle
  24. {
  25. }