vendor/metamodels/dropzone_file_upload/src/MetaModelsDropzoneFileUploadBundle.php line 29

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of MetaModels/dropzone_file_upload.
  4.  *
  5.  * (c) 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_file
  13.  * @author     Sven Baumann <baumann.sv@gmail.com>
  14.  * @copyright  2019 The MetaModels team.
  15.  * @license    https://github.com/MetaModels/dropzone_file_upload/blob/master/LICENSE LGPL-3.0-or-later
  16.  * @filesource
  17.  */
  18. declare(strict_types=1);
  19. namespace MetaModels\DropzoneFileUploadBundle;
  20. use Symfony\Component\HttpKernel\Bundle\Bundle;
  21. /**
  22.  * This is the bundle class.
  23.  */
  24. class MetaModelsDropzoneFileUploadBundle extends Bundle
  25. {
  26. }