Explorar el Código

Update session config

Daniel Supernault hace 5 años
padre
commit
581684e2d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/session.php

+ 1 - 1
config/session.php

@@ -16,7 +16,7 @@ return [
     |
     */
 
-    'driver' => 'database',
+    'driver' => env('SESSION_DRIVER', 'database'),
 
     /*
     |--------------------------------------------------------------------------