vendor/metamodels/attribute_tablemulti/src/MetaModelsAttributeTableMultiBundle.php line 29

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of MetaModels/attribute_tablemulti.
  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
  13.  * @subpackage AttributeTableMulti
  14.  * @author     Andreas Dziemba <adziemba@web.de>
  15.  * @author     Stefan Heimes <stefan_heimes@hotmail.com>
  16.  * @copyright  2012-2019 The MetaModels team.
  17.  * @license    https://github.com/MetaModels/attribute_tablemulti/blob/master/LICENSE LGPL-3.0-or-later
  18.  * @filesource
  19.  */
  20. namespace MetaModels\AttributeTableMultiBundle;
  21. use Symfony\Component\HttpKernel\Bundle\Bundle;
  22. /**
  23.  * The Bundle class.
  24.  */
  25. class MetaModelsAttributeTableMultiBundle extends Bundle
  26. {
  27. }