From 1b9fcd723680d9b348e172f13a093b171f69aa19 Mon Sep 17 00:00:00 2001 From: Markus Machatschek Date: Mon, 14 Feb 2022 14:16:28 +0100 Subject: [PATCH] Add Redis facade as comment in app.config --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 7c60cd9defe..1bf5eec283c 100644 --- a/config/app.php +++ b/config/app.php @@ -191,7 +191,7 @@ */ 'aliases' => Facade::defaultAliases()->merge([ - // ... + // 'Redis' => Illuminate\Support\Facades\Redis::class, ])->toArray(), ];