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:
parent
21ad6d6915
commit
ad1c5fe4c2
|
@ -141,7 +141,7 @@
|
||||||
|
|
||||||
'maintenance' => [
|
'maintenance' => [
|
||||||
'driver' => 'file',
|
'driver' => 'file',
|
||||||
// 'store' => 'redis',
|
// 'store' => 'redis',
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue