Skip to content

Commit 0a80303

Browse files
committed
Fixed redis config not being set if not using redis
1 parent d6bad01 commit 0a80303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@
139139
|
140140
*/
141141

142-
'redis' => $redisConfig,
142+
'redis' => env('REDIS_SERVERS', false) ? $redisConfig : [],
143143

144144
];

0 commit comments

Comments
 (0)