10000 [Validator] fixes UuidValidator deprecated class namespace. · symfony/symfony@738b9be · GitHub
[go: up one dir, main page]

Skip to content

Commit 738b9be

Browse files
author
Hugo Hamon
committed
[Validator] fixes UuidValidator deprecated class namespace.
1 parent e608ba6 commit 738b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Constraints/UuidValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Symfony\Component\Validator\Constraint;
1515
use Symfony\Component\Validator\ConstraintValidator;
16-
use Symfony\Component\Validator\Constraints\UuidValidator as Deprecated;
16+
use Symfony\Component\Validator\Constraints\Deprecated\UuidValidator as Deprecated;
1717
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1818

1919
/**

0 commit comments

Comments
 (0)
0