mirror of
https://github.com/filp/whoops.git
synced 2026-08-28 11:07:18 +00:00
PlainTextHandler: fig logger call
This commit is contained in:
@@ -313,7 +313,7 @@ class PlainTextHandler extends Handler
|
||||
);
|
||||
|
||||
if($this->getLogger()) {
|
||||
$this->getLogger()->addError($response);
|
||||
$this->getLogger()->error($response);
|
||||
}
|
||||
|
||||
if(! $this->canOutput()) {
|
||||
|
||||
Reference in New Issue
Block a user