7 lines
175 B
PHP
7 lines
175 B
PHP
<?php
|
|
namespace MailPoetVendor\Symfony\Component\Validator\Constraints;
|
|
if (!defined('ABSPATH')) exit;
|
|
#[\Attribute(\Attribute::TARGET_CLASS)]
|
|
class GroupSequenceProvider
|
|
{
|
|
}
|