Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ValidatorPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class ValidatorPluginManager extends AbstractPluginManager
'isinstanceof' => 'Zend\Validator\IsInstanceOf',
'lessthan' => 'Zend\Validator\LessThan',
'notempty' => 'Zend\Validator\NotEmpty',
'phonenumber' => 'Zend\I18n\Validator\PhoneNumber',
'postcode' => 'Zend\I18n\Validator\PostCode',
'regex' => 'Zend\Validator\Regex',
'sitemapchangefreq' => 'Zend\Validator\Sitemap\Changefreq',
Expand Down

0 comments on commit 99f6515

Please sign in to comment.