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 13
13
'ip ' => [
14
14
'v4 ' => ':attribute must be Vietnam ipv4. ' ,
15
15
'v6 ' => ':attribute must be Vietnam ipv6. ' ,
16
- 'default ' => ':attribute must be Vietnam ip. '
17
- ]
16
+ 'default ' => ':attribute must be Vietnam ip. ' ,
17
+ ],
18
18
];
Original file line number Diff line number Diff line change 13
13
'ip ' => [
14
14
'v4 ' => ':attribute phải là ipv4 tại Việt Nam. ' ,
15
15
'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
+ ],
18
18
];
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ public function boot(): void
29
29
protected function loadTrans (): void
30
30
{
31
31
$ this ->publishes ([
32
- __DIR__ . '/../resources/lang ' => resource_path ('lang/vendor/phpVietValidation ' ),
32
+ __DIR__ . '/../resources/lang ' => resource_path ('lang/vendor/phpVietValidation ' ),
33
33
]);
34
- $ this ->loadTranslationsFrom (__DIR__ . '/../resources/lang/ ' , 'phpVietValidation ' );
34
+ $ this ->loadTranslationsFrom (__DIR__ . '/../resources/lang/ ' , 'phpVietValidation ' );
35
35
}
36
36
37
37
protected function loadExt (): void
You can’t perform that action at this time.
0 commit comments