<?php
/**
* This file is part of MetaModels/dropzone_file_upload.
*
* (c) 2019 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* @package MetaModels/attribute_file
* @author Sven Baumann <baumann.sv@gmail.com>
* @copyright 2019 The MetaModels team.
* @license https://github.com/MetaModels/dropzone_file_upload/blob/master/LICENSE LGPL-3.0-or-later
* @filesource
*/
declare(strict_types=1);
namespace MetaModels\DropzoneFileUploadBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* This is the bundle class.
*/
class MetaModelsDropzoneFileUploadBundle extends Bundle
{
}