ui property structure error
This commit is contained in:
parent
cc23eb22ec
commit
25089d97e8
@ -25,7 +25,6 @@ class UIPropertiesBaseStructure extends BaseResponseStructure {
|
|||||||
public function __construct(ManiaControl $maniaControl, $data) {
|
public function __construct(ManiaControl $maniaControl, $data) {
|
||||||
parent::__construct($maniaControl, $data);
|
parent::__construct($maniaControl, $data);
|
||||||
|
|
||||||
$this->time = $this->getPlainJsonObject()->time;
|
|
||||||
$this->uiPropertiesXML = $data[1];
|
$this->uiPropertiesXML = $data[1];
|
||||||
$this->uiPropertiesJson = $data[2];
|
$this->uiPropertiesJson = $data[2];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user