Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missing use statement added in UniqueValidator.
  • Loading branch information
rmikalkenas committed Apr 12, 2019
1 parent e45bc83 commit 9ae73b1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -13,6 +13,7 @@

use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidator;
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
use Symfony\Component\Validator\Exception\UnexpectedValueException;

/**
Expand Down

0 comments on commit 9ae73b1

Please sign in to comment.