mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
Fixed typo
This commit is contained in:
parent
0bb419cb95
commit
f4e85e9412
@ -74,7 +74,7 @@ class FingersCrossedHandler extends AbstractHandler
|
||||
$this->handler->handle($message);
|
||||
}
|
||||
if ($this->bubble && $this->parent) {
|
||||
$this->parent->handle($originalMessage);
|
||||
$this->parent->handle($message);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user