mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 16:46:11 +02:00
Fixed visibility
This commit is contained in:
@@ -165,7 +165,7 @@ class HipChatHandler extends SocketHandler
|
||||
*
|
||||
* @param array $record
|
||||
*/
|
||||
public function write(array $record)
|
||||
protected function write(array $record)
|
||||
{
|
||||
parent::write($record);
|
||||
$this->closeSocket();
|
||||
|
Reference in New Issue
Block a user