Skip to content

Commit

Permalink
rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 23, 2017
1 parent af3fb35 commit a83ebc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ protected function whoopsHandler()

$handler->handleUnconditionally(true);

foreach (config('whoops.blacklist', []) as $key => $secrets) {
foreach (config('app.debug_blacklist', []) as $key => $secrets) {
foreach ($secrets as $secret) {
$handler->blacklist($key, $secret);
}
Expand Down

0 comments on commit a83ebc1

Please sign in to comment.