File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 'ip ' => [
1414 'v4 ' => ':attribute must be Vietnam ipv4. ' ,
1515 'v6 ' => ':attribute must be Vietnam ipv6. ' ,
16- 'default ' => ':attribute must be Vietnam ip. '
17- ]
16+ 'default ' => ':attribute must be Vietnam ip. ' ,
17+ ],
1818];
Original file line number Diff line number Diff line change 1313 'ip ' => [
1414 'v4 ' => ':attribute phải là ipv4 tại Việt Nam. ' ,
1515 'v6 ' => ':attribute phải là ipv6 tại Việt Nam. ' ,
16- 'default ' => ':attribute phải là ip Việt Nam. '
17- ]
16+ 'default ' => ':attribute phải là ip Việt Nam. ' ,
17+ ],
1818];
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ public function boot(): void
2929 protected function loadTrans (): void
3030 {
3131 $ this ->publishes ([
32- __DIR__ . '/../resources/lang ' => resource_path ('lang/vendor/phpVietValidation ' ),
32+ __DIR__ . '/../resources/lang ' => resource_path ('lang/vendor/phpVietValidation ' ),
3333 ]);
34- $ this ->loadTranslationsFrom (__DIR__ . '/../resources/lang/ ' , 'phpVietValidation ' );
34+ $ this ->loadTranslationsFrom (__DIR__ . '/../resources/lang/ ' , 'phpVietValidation ' );
3535 }
3636
3737 protected function loadExt (): void
You can’t perform that action at this time.
0 commit comments