event socket make fp public

This commit is contained in:
FusionPBX
2022-10-13 12:52:52 -06:00
committed by GitHub
parent 58d0a1ad8c
commit 0a25c48b5d

View File

@@ -44,7 +44,7 @@ class buffer {
class event_socket {
private $buffer;
private $fp;
public $fp;
public function __construct($fp = false) {
$this->buffer = new buffer;