Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
rename package.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Apr 28, 2021
1 parent 5e2d973 commit 5ad36d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TranslationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TranslationServiceProvider extends LaravelTranslationServiceProvider
public function boot()
{
$this->publishes([
app_path('../vendor') . '/laravel-lang/lang/src' => resource_path('lang/'),
app_path('../vendor') . '/laravel-lang/lang/src' => app_path('resources/lang/'),
], 'resource');
}

Expand Down

0 comments on commit 5ad36d4

Please sign in to comment.