oont-contents/plugins/mailpoet/vendor-prefixed/symfony/validator/GroupSequenceProviderInterface.php
2025-02-08 15:10:23 +01:00

8 lines
247 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\Validator;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Symfony\Component\Validator\Constraints\GroupSequence;
interface GroupSequenceProviderInterface
{
public function getGroupSequence();
}