Add ThirdPartyHasEmail validator

Introduce a new validator that ensures a third party has an email address, including the corresponding translation for error messaging and unit tests to verify its functionality.
This commit is contained in:
2024-10-03 17:14:42 +02:00
parent a563ba644e
commit da6589ba87
5 changed files with 146 additions and 0 deletions

View File

@@ -11,3 +11,8 @@ services:
autoconfigure: true
resource: '../Export/'
Chill\ThirdPartyBundle\Validator\:
autoconfigure: true
autowire: true
resource: '../Validator/'