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

Commit

Permalink
Merge pull request #2196 from bjyoungblood/hotfix/register-uri-validator
Browse files Browse the repository at this point in the history
register Zend\Validator\Uri in the validator plugin manager
  • Loading branch information
Maks3w committed Aug 18, 2012
2 parents 022113e + 4857317 commit 5dd58b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Validator/ValidatorPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class ValidatorPluginManager extends AbstractPluginManager
'sitemappriority' => 'Zend\Validator\Sitemap\Priority',
'stringlength' => 'Zend\Validator\StringLength',
'step' => 'Zend\Validator\Step',
'uri' => 'Zend\Validator\Uri',
);

/**
Expand Down

0 comments on commit 5dd58b8

Please sign in to comment.