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 e8adbab

Browse files
vuongxuongminhStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 077cc13 commit e8adbab

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
@@ -30,9 +30,9 @@ public function boot(): void
3030
protected function loadTrans(): void
3131
{
3232
$this->publishes([
33-
__DIR__ . '/../resources/lang' => resource_path('lang/vendor/phpVietValidation'),
33+
__DIR__.'/../resources/lang' => resource_path('lang/vendor/phpVietValidation'),
3434
]);
35-
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang/', 'phpVietValidation');
35+
$this->loadTranslationsFrom(__DIR__.'/../resources/lang/', 'phpVietValidation');
3636
}
3737

3838
protected function loadExt(): void
@@ -58,5 +58,4 @@ public function provides(): array
5858
{
5959
return ['validator'];
6060
}
61-
6261
}

0 commit comments

Comments
(0)

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