Fallback to old key
This commit is contained in:
parent
e7316ba973
commit
afe6068f4f
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
return [
|
||||
|
||||
'default' => env('CACHE_STORE', env('CACHE_DRIVER', 'file')),
|
||||
|
||||
'stores' => [
|
||||
'sessions' => [
|
||||
'driver' => env('SESSION_DRIVER', 'database'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user