reply comment on 360 working

This commit is contained in:
isUnknown 2024-12-20 12:36:21 +01:00
parent d727f1a1af
commit f790653fcf
8 changed files with 38 additions and 18 deletions

View file

@ -11,7 +11,7 @@ class BaseComment {
protected string $text;
protected string $date;
protected string $id;
protected Position $position;
protected ?Position $position = null;
public function __construct($data) {
$this->location = new Location($data["location"]);