[Validator] fixes UuidValidator deprecated class namespace.

This commit is contained in:
Hugo Hamon 2014-12-30 13:01:20 +01:00
parent e608ba6f1a
commit 738b9be447
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Symfony\Component\Validator\Constraints;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidator;
use Symfony\Component\Validator\Constraints\UuidValidator as Deprecated;
use Symfony\Component\Validator\Constraints\Deprecated\UuidValidator as Deprecated;
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
/**