Files
kupshop/bundles/External/HannahBundle/Email/OCSellerRegistrationEmail.php
2025-08-02 16:30:27 +02:00

13 lines
291 B
PHP

<?php
declare(strict_types=1);
namespace External\HannahBundle\Email;
class OCSellerRegistrationEmail extends OCRegistrationEmail
{
protected static $name = '[OC] Registrace na prodejně';
protected static $type = 'OC_SELLER_REGISTRATION';
protected static $priority = -10;
}