Revert "Fix bad namespace for constraint classes"

This reverts commit cca4fd71ce.
This commit is contained in:
William DURAND 2012-11-05 17:23:59 +01:00
parent 4b707fe42a
commit 39e5782a93
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
* @license MIT License
*/
namespace Propel\PropelBundle\Validator\Constraint;
namespace Propel\PropelBundle\Validator\Constraints;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;

View file

@ -8,7 +8,7 @@
* @license MIT License
*/
namespace Propel\PropelBundle\Validator\Constraint;
namespace Propel\PropelBundle\Validator\Constraints;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidator;