<?php declare(strict_types=1);
namespace DkdCmsHtmlVideo;
/***
*
* This file is part of the "dkd/cms-html-video" project.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2020
*
***/
use Shopware\Core\Framework\Plugin;
/**
* Class DkdCmsHtmlVideo
* @package DkdCmsHtmlVideo
* @author Kevin Müller <kevin.mueller@dkd.de>
*/
class DkdCmsHtmlVideo extends Plugin
{
}