vendor/metamodels/attribute_longtext/src/MetaModelsAttributeLongtextBundle.php line 28

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