vendor/store.shopware.com/dkdcmshtmlvideo/src/DkdCmsHtmlVideo.php line 22

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace DkdCmsHtmlVideo;
  3. /***
  4.  *
  5.  * This file is part of the "dkd/cms-html-video" project.
  6.  *
  7.  * For the full copyright and license information, please read the
  8.  * LICENSE.txt file that was distributed with this source code.
  9.  *
  10.  *  (c) 2020
  11.  *
  12.  ***/
  13. use Shopware\Core\Framework\Plugin;
  14. /**
  15.  * Class DkdCmsHtmlVideo
  16.  * @package DkdCmsHtmlVideo
  17.  * @author Kevin Müller <kevin.mueller@dkd.de>
  18.  */
  19. class DkdCmsHtmlVideo extends Plugin
  20. {
  21. }