File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
|
16
16
*/
17
17
18
- 'default ' => env ('CACHE_STORE ' , 'database ' ),
18
+ 'default ' => env ('CACHE_STORE ' , 'file ' ),
19
19
20
20
/*
21
21
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 13
13
|
14
14
*/
15
15
16
- 'default ' => env ('QUEUE_CONNECTION ' , 'database ' ),
16
+ 'default ' => env ('QUEUE_CONNECTION ' , 'file ' ),
17
17
18
18
/*
19
19
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 18
18
|
19
19
*/
20
20
21
- 'driver ' => env ('SESSION_DRIVER ' , 'database ' ),
21
+ 'driver ' => env ('SESSION_DRIVER ' , 'file ' ),
22
22
23
23
/*
24
24
|--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments