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

Commit

Permalink
Merge branch 'hotfix/4665' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
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 @@ -56,6 +56,7 @@ class ValidatorPluginManager extends AbstractPluginManager
'csrf' => 'Zend\Validator\Csrf',
'date' => 'Zend\Validator\Date',
'datestep' => 'Zend\Validator\DateStep',
'datetime' => 'Zend\I18n\Validator\DateTime',
'dbnorecordexists' => 'Zend\Validator\Db\NoRecordExists',
'dbrecordexists' => 'Zend\Validator\Db\RecordExists',
'digits' => 'Zend\Validator\Digits',
Expand Down

0 comments on commit 6c367db

Please sign in to comment.