Skip to content

Commit 31f6eec

Browse files
author
Rokas Mikalkėnas
committed
Missing use statement added in UniqueValidator.
1 parent 5042259 commit 31f6eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Constraints/UniqueValidator.php

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

1414
use Symfony\Component\Validator\Constraint;
1515
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1617
use Symfony\Component\Validator\Exception\UnexpectedValueException;
1718

1819
/**

0 commit comments

Comments
 (0)