From 3c765b14408285d9cd2bc55eaf24babfa6e4693b Mon Sep 17 00:00:00 2001 From: Micheal Mand Date: Thu, 21 Jan 2021 13:23:09 -0700 Subject: [PATCH] Laravel changed `debug_blacklist` to `debug_hide` Signed-off-by: Micheal Mand --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 54f22d2e6..9176e3dae 100644 --- a/config/app.php +++ b/config/app.php @@ -49,7 +49,7 @@ 'debug' => env('APP_DEBUG', false), - 'debug_blacklist' => [ + 'debug_hide' => [ '_ENV' => [ 'APP_KEY', 'DB_USERNAME',