Update app.php

This commit is contained in:
Julian Prieber 2023-06-11 19:25:04 +02:00
parent 1fbf124ebe
commit c016cb12cd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ return [
|
*/
'locale' => 'en',
'locale' => env('LOCALE', 'en'),
/*
|--------------------------------------------------------------------------