From f2b8023df3725631db1af11480b7f0f0b2576c74 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 14 Feb 2022 11:05:44 -0600 Subject: [PATCH] Revert "Add Redis facade as comment in app.config (#5813)" (#5814) This reverts commit efd49c6b94a575f3523f5809690314dc6d8bccf5. --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 1bf5eec283c..7c60cd9defe 100644 --- a/config/app.php +++ b/config/app.php @@ -191,7 +191,7 @@ */ 'aliases' => Facade::defaultAliases()->merge([ - // 'Redis' => Illuminate\Support\Facades\Redis::class, + // ... ])->toArray(), ];