1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 14:16:42 +02:00

Remove close method which was setting $this->ravenClient = null

This commit is contained in:
Marc Abramowitz
2012-10-25 09:27:24 -07:00
parent 368b1f0121
commit c2850f127c

View File

@@ -52,14 +52,6 @@ class RavenHandler extends AbstractProcessingHandler
$this->ravenClient = $ravenClient;
}
/**
* {@inheritdoc}
*/
public function close()
{
$this->ravenClient = null;
}
/**
* {@inheritdoc}
*/