Spaces:
No application file
No application file
namespace Mautic\LeadBundle\Validator\Constraints; | |
use Symfony\Component\Validator\Constraints\Length as SymfonyLength; | |
\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS) | (|
class Length extends SymfonyLength | |
{ | |
public function validatedBy() | |
{ | |
return static::class.'Validator'; | |
} | |
} | |