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:
hedge-freek
2023-10-31 15:38:55 +01:00
committed by GitHub
parent 21ad6d6915
commit ad1c5fe4c2

View File

@@ -141,7 +141,7 @@ return [
'maintenance' => [
'driver' => 'file',
// 'store' => 'redis',
// 'store' => 'redis',
],
/*