@@ -5,8 +5,8 @@ |
||
| 5 | 5 | |
| 6 | 6 | use OpenTribes\Core\Validator\LoginValidator; |
| 7 | 7 | use Symfony\Component\Validator\ConstraintViolationList; |
| 8 | -use Symfony\Component\Validator\Validator; |
|
| 9 | 8 | use Symfony\Component\Validator\Constraints; |
| 9 | +use Symfony\Component\Validator\Validator; |
|
| 10 | 10 | |
| 11 | 11 | |
| 12 | 12 | class SymfonyLoginValidator extends LoginValidator |
@@ -4,8 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use OpenTribes\Core\Validator\RegistrationValidator; |
| 6 | 6 | use Symfony\Component\Validator\ConstraintViolationList; |
| 7 | -use Symfony\Component\Validator\Validator; |
|
| 8 | 7 | use Symfony\Component\Validator\Constraints; |
| 8 | +use Symfony\Component\Validator\Validator; |
|
| 9 | 9 | |
| 10 | 10 | class SymfonyRegistrationValidator extends RegistrationValidator |
| 11 | 11 | { |