Skip to content

Commit 6eaeac0

Browse files
authored
Merge pull request #61 from hungthai1401/wrong-translations-path
[1.x] Wrong translations path
2 parents 0f1a06b + 5eb19e9 commit 6eaeac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelValidateServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function register()
5252

5353
// $this->loadValidations();
5454

55-
$this->loadTranslationsFrom(__DIR__.'/../lang', 'validation');
55+
$this->loadTranslationsFrom(__DIR__.'/lang', 'validation');
5656
$this->mergeConfigFrom(__DIR__.'/../config/laravel-validate.php', 'laravel-validate');
5757
}
5858

0 commit comments

Comments
 (0)