Skip to content

Commit 753f639

Browse files
committed
Merge branch 'master' into release
2 parents b1faf65 + 0a80303 commit 753f639

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)