Browse Source

corrected bad copy paste

Danijel K 5 years ago
parent
commit
b9ac4417ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/session.php

+ 1 - 1
config/session.php

@@ -96,7 +96,7 @@ return [
     |
     */
 
-    'store' => env('SESSION_CONNECTION', null),
+    'store' => env('SESSION_STORE', null),
 
     /*
     |--------------------------------------------------------------------------