Fix bad namespace for constraint classes

This commit is contained in:
William DURAND 2012-11-05 14:33:06 +01:00
parent a8ea9726a0
commit cca4fd71ce
2 changed files with 2 additions and 2 deletions

View file

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

View file

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