From ad1c5fe4c2e60e35d123eb4361a0734d51776e45 Mon Sep 17 00:00:00 2001 From: hedge-freek <117437674+hedge-freek@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:38:55 +0100 Subject: [PATCH] Redis maintenance store config example contains an excess space (#6264) Binary operators should be surrounded by space a single space. --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 4c231b47..9207160d 100644 --- a/config/app.php +++ b/config/app.php @@ -141,7 +141,7 @@ 'maintenance' => [ 'driver' => 'file', - // 'store' => 'redis', + // 'store' => 'redis', ], /*