Skip to content

Commit

Permalink
Corrección en comando para cargar los archivos de traducción
Browse files Browse the repository at this point in the history
  • Loading branch information
tony98ms committed Mar 24, 2024
1 parent d334489 commit 3935fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelValidateEcProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private function publishLangFiles(): void
{
foreach ($this->langs as $lang) {
$this->publishes([
__DIR__ . "/lang/$lang" => lang_path($lang),
__DIR__ . "/../lang/$lang" => lang_path($lang),
], "validate-lang-$lang");
}
}
Expand Down

0 comments on commit 3935fe5

Please sign in to comment.