|
@@ -2,14 +2,14 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace Proengsoft\JsValidation; |
|
4
|
4
|
|
|
|
5
|
+use Illuminate\Foundation\Http\FormRequest; |
|
5
|
6
|
use Illuminate\Support\Arr; |
|
6
|
7
|
use Illuminate\Validation\Validator; |
|
7
|
|
-use Illuminate\Foundation\Http\FormRequest; |
|
8
|
|
-use Proengsoft\JsValidation\Javascript\RuleParser; |
|
|
8
|
+use Proengsoft\JsValidation\Javascript\JavascriptValidator; |
|
9
|
9
|
use Proengsoft\JsValidation\Javascript\MessageParser; |
|
10
|
|
-use Proengsoft\JsValidation\Support\DelegatedValidator; |
|
|
10
|
+use Proengsoft\JsValidation\Javascript\RuleParser; |
|
11
|
11
|
use Proengsoft\JsValidation\Javascript\ValidatorHandler; |
|
12
|
|
-use Proengsoft\JsValidation\Javascript\JavascriptValidator; |
|
|
12
|
+use Proengsoft\JsValidation\Support\DelegatedValidator; |
|
13
|
13
|
|
|
14
|
14
|
class JsValidatorFactory |
|
15
|
15
|
{ |
Please login to merge, or discard this patch.