1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00

Avoid breaking the gelf handler when closing it, fixes #1016

This commit is contained in:
Jordi Boggiano
2018-06-08 23:19:28 +02:00
parent ada5d30511
commit f6842ac92d

View File

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