Skip to content

Commit

Permalink
Fix Lang path
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua committed Jan 28, 2024
1 parent 93c484c commit 09f2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpanishServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function boot()
{
$this->loadJsonTranslationsFrom(__DIR__.'/../resources/lang');
$this->publishes([
__DIR__.'/../resources/lang' => resource_path('lang'),
__DIR__.'/../resources/lang' => app()->basePath('lang'),
], 'spanish');
}

Expand Down

0 comments on commit 09f2527

Please sign in to comment.