1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 12:17:35 +02:00

Fixed typo

This commit is contained in:
Jordi Boggiano
2011-02-20 21:48:14 +01:00
parent 0d57b84816
commit 89a447e135

View File

@@ -56,7 +56,7 @@ class FingersCrossedHandler extends AbstractHandler
return false === $this->bubble; return false === $this->bubble;
} }
public function reest() public function reset()
{ {
$this->enabled = false; $this->enabled = false;
} }