Skip to content

Commit dec3c7a

Browse files
MAGETWO-64901: Bypassing outdated TLD validation
1 parent 5facfcf commit dec3c7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/Validator/EmailAddress.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*/
88
namespace Magento\Framework\Validator;
99

10+
use Zend_Config;
11+
1012
class EmailAddress extends \Zend_Validate_EmailAddress implements \Magento\Framework\Validator\ValidatorInterface
1113
{
1214
/**

0 commit comments

Comments
 (0)