Bläddra i källkod

fix dynamic locale if unset

1day2die 3 år sedan
förälder
incheckning
e6910fb13d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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),
 
     /*
     |--------------------------------------------------------------------------