mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-25 01:08:27 +00:00
committed by
Eduardo Gulias Davis
parent
ad1a0e9773
commit
74c0f07434
@@ -62,7 +62,7 @@ $validator->isValid("example@example.com", $multipleValidations); //true
|
||||
|
||||
### How to extend ###
|
||||
|
||||
It's easy! You just need to extend [EmailValidation](https://github.com/egulias/EmailValidator/blob/master/EmailValidator/Validation/EmailValidation.php) and you can use your own validation.
|
||||
It's easy! You just need to implement [EmailValidation](https://github.com/egulias/EmailValidator/blob/master/EmailValidator/Validation/EmailValidation.php) and you can use your own validation.
|
||||
|
||||
|
||||
## Other Contributors ##
|
||||
|
||||
Reference in New Issue
Block a user