Skip to content

Commit ebc0df1

Browse files
Merge pull request #4 from phpviet/analysis-XaMjem
Release version 1.0.3
2 parents ca78dc4 + 2a51b35 commit ebc0df1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ServiceProvider.php

+2-3
Original file line numberDiff line numberDiff 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
@@ -54,5 +54,4 @@ protected function getCallableRules(): array
5454
'ipv6_vn' => $this->app->make(IpVN::class, [IpVN::IPV6]),
5555
];
5656
}
57-
5857
}

0 commit comments

Comments
 (0)