Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 28, 2019
1 parent 1a60e4a commit 6a92651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Log/LogManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected function createStackDriver(array $config)
return $this->channel($channel)->getHandlers();
})->all();

if ($config['lenient'] ?? false) {
if ($config['ignore_exceptions'] ?? false) {
$handlers = [new WhatFailureGroupHandler($handlers)];
}

Expand Down

0 comments on commit 6a92651

Please sign in to comment.