Use file driver, avoids memcache error if using redis
This commit is contained in:
parent
35253f8acc
commit
d600d7ebb0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'default' => env('CACHE_DRIVER', 'memcached'),
|
||||
'default' => env('CACHE_DRIVER', 'file'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue