@@ -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 | { |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Proengsoft\JsValidation\Javascript; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use Illuminate\Support\Facades\View; |
|
| 7 | 6 | use Illuminate\Contracts\Support\Arrayable; |
| 7 | +use Illuminate\Support\Facades\View; |
|
| 8 | 8 | use Proengsoft\JsValidation\Exceptions\PropertyNotFoundException; |
| 9 | 9 | |
| 10 | 10 | class JavascriptValidator implements Arrayable |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Proengsoft\JsValidation\Javascript; |
| 4 | 4 | |
| 5 | -use Proengsoft\JsValidation\Support\RuleListTrait; |
|
| 6 | 5 | use Proengsoft\JsValidation\Support\DelegatedValidator; |
| 6 | +use Proengsoft\JsValidation\Support\RuleListTrait; |
|
| 7 | 7 | use Proengsoft\JsValidation\Support\UseDelegatedValidatorTrait; |
| 8 | 8 | |
| 9 | 9 | class RuleParser |
@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace Proengsoft\JsValidation\Remote; |
| 4 | 4 | |
| 5 | 5 | use Closure; |
| 6 | +use Illuminate\Contracts\Validation\Factory as ValidationFactory; |
|
| 6 | 7 | use Illuminate\Support\Arr; |
| 7 | 8 | use Illuminate\Validation\Validator as BaseValidator; |
| 8 | 9 | use Proengsoft\JsValidation\Support\AccessProtectedTrait; |
| 9 | -use Illuminate\Contracts\Validation\Factory as ValidationFactory; |
|
| 10 | 10 | |
| 11 | 11 | class Resolver |
| 12 | 12 | { |
@@ -3,11 +3,11 @@ |
||
| 3 | 3 | namespace Proengsoft\JsValidation; |
| 4 | 4 | |
| 5 | 5 | use Closure; |
| 6 | +use Illuminate\Contracts\Config\Repository as Config; |
|
| 7 | +use Illuminate\Contracts\Validation\Factory as ValidationFactory; |
|
| 6 | 8 | use Illuminate\Http\Request; |
| 7 | 9 | use Proengsoft\JsValidation\Remote\Resolver; |
| 8 | -use Illuminate\Contracts\Config\Repository as Config; |
|
| 9 | 10 | use Proengsoft\JsValidation\Remote\Validator as RemoteValidator; |
| 10 | -use Illuminate\Contracts\Validation\Factory as ValidationFactory; |
|
| 11 | 11 | |
| 12 | 12 | class RemoteValidationMiddleware |
| 13 | 13 | { |