Merge branch 'master' into develop

This commit is contained in:
Dries Vints
2020-01-14 17:52:04 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ return [
|
*/
'driver' => env('SESSION_DRIVER', 'cookie'),
'driver' => env('SESSION_DRIVER', 'file'),
/*
|--------------------------------------------------------------------------