Explorar o código

fix dynamic locale if unset

1day2die %!s(int64=3) %!d(string=hai) anos
pai
achega
e6910fb13d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),
 
     /*
     |--------------------------------------------------------------------------