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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;