reply comment on 360 working
This commit is contained in:
parent
d727f1a1af
commit
f790653fcf
8 changed files with 38 additions and 18 deletions
|
|
@ -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"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue