@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Proengsoft\JsValidation\Javascript; |
| 4 | 4 | |
| 5 | 5 | use Proengsoft\JsValidation\Support\DelegatedValidator; |
| 6 | -use Symfony\Component\HttpFoundation\File\UploadedFile; |
|
| 7 | 6 | use Proengsoft\JsValidation\Support\UseDelegatedValidatorTrait; |
| 7 | +use Symfony\Component\HttpFoundation\File\UploadedFile; |
|
| 8 | 8 | |
| 9 | 9 | class MessageParser |
| 10 | 10 | { |