Browse Source

fix dynamic locale if unset

1day2die 3 years ago
parent
commit
e6910fb13d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

@@ -79,7 +79,7 @@ return [
     | Can either be true or false
     |
     */
-    'dynamic_locale' => env('DYNAMIC_LOCALE', 'false'),
+    'dynamic_locale' => env('DYNAMIC_LOCALE', false),
 
     /*
     |--------------------------------------------------------------------------