Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2a51b35

Browse files
vuongxuongminhStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent ca78dc4 commit 2a51b35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/ServiceProvider.php‎

Lines changed: 2 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /