mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Fixed visibility
This commit is contained in:
@@ -53,7 +53,7 @@ class FlowdockHandler extends SocketHandler
|
||||
*
|
||||
* @param array $record
|
||||
*/
|
||||
public function write(array $record)
|
||||
protected function write(array $record)
|
||||
{
|
||||
parent::write($record);
|
||||
|
||||
|
Reference in New Issue
Block a user