Skip to content

Commit

Permalink
Chnaged the csv var name
Browse files Browse the repository at this point in the history
  • Loading branch information
rabol committed Jul 31, 2024
1 parent d59688c commit d6acce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/larex.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

'csv' => [
'path' => env('LAREX_CSV_PATH', lang_path('localization.csv')),
'path' => env('LAREX_CSV_FILE', lang_path('localization.csv')),
],

/*
Expand Down

0 comments on commit d6acce0

Please sign in to comment.