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:
@@ -52,14 +52,6 @@ class RavenHandler extends AbstractProcessingHandler
|
|||||||
$this->ravenClient = $ravenClient;
|
$this->ravenClient = $ravenClient;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function close()
|
|
||||||
{
|
|
||||||
$this->ravenClient = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user