@@ -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 |