Skip to content

Commit

Permalink
Lang path düzeltildi.
Browse files Browse the repository at this point in the history
  • Loading branch information
evrend committed Mar 7, 2022
1 parent b475432 commit c4540b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AppServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__.'/../resources/lang/' => base_path('lang')
__DIR__.'/../resources/lang/' => lang_path()
], 'herkod-laravel-tr');
}
}

0 comments on commit c4540b7

Please sign in to comment.