Redis maintenance store config example contains an excess space (#6264)
Binary operators should be surrounded by space a single space.
This commit is contained in:
@@ -141,7 +141,7 @@ return [
|
|||||||
|
|
||||||
'maintenance' => [
|
'maintenance' => [
|
||||||
'driver' => 'file',
|
'driver' => 'file',
|
||||||
// 'store' => 'redis',
|
// 'store' => 'redis',
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user