mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
NullHandler always blocks bubbling
This commit is contained in:
@@ -32,6 +32,6 @@ class NullHandler extends AbstractHandler
|
||||
return false;
|
||||
}
|
||||
|
||||
return false === $this->bubble;
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user