for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Sylius\ShopApiPlugin\Mailer;
final class Emails
{
const EMAIL_VERIFICATION_TOKEN = 'api_verification_token';
const EMAIL_RESET_PASSWORD_TOKEN = 'api_reset_password_token';
private function __construct()
}