<?php declare(strict_types=1);
namespace MediaDownloadLink;
use Shopware\Core\Framework\Plugin;
class MediaDownloadLink extends Plugin
{
}