Skip to content

Commit a586618

Browse files
Merge pull request #3 from phpviet/analysis-qgBapG
Apply fixes from StyleCI
2 parents 077cc13 + e8adbab commit a586618

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
@@ -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)