Skip to content

Commit 8de0c1d

Browse files
author
farhadzand
committed
fix: update path for language resources in ValidationServiceProvider
1 parent d597069 commit 8de0c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ValidationServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ValidationServiceProvider extends ServiceProvider
3232
public function boot(): void
3333
{
3434
$this->publishes([
35-
__DIR__ . '/../resources/lang' => app()->langPath() . '/vendor/validationRules',
35+
__DIR__ . '/../resources/lang' => lang_path('validationRules'),
3636
]);
3737

3838
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang/', 'validationRules');

0 commit comments

Comments
 (0)