Skip to content

Commit c3b06bc

Browse files
committed
wip
1 parent 6f553c1 commit c3b06bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/WhoopsHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function directoriesExceptVendor()
6060
*/
6161
protected function registerBlacklist($handler)
6262
{
63-
foreach (config('app.debug_blacklist', []) as $key => $secrets) {
63+
foreach (config('app.debug_blacklist', config('app.debug_hide', [])) as $key => $secrets) {
6464
foreach ($secrets as $secret) {
6565
$handler->blacklist($key, $secret);
6666
}

0 commit comments

Comments
 (0)