<?php declare(strict_types=1);
namespace ShopStudio\ResendOrderConfirmationMail;
use Shopware\Core\Framework\Plugin;
/**
* @since 1.0.0
*/
class ShopStudioResendOrderConfirmationMail extends Plugin
{
}