Remove containing array
This commit is contained in:
parent
c31826e656
commit
aeee08270d
@ -105,15 +105,13 @@ class Event implements JsonSerializable {
|
|||||||
global $Strings;
|
global $Strings;
|
||||||
if ($this->exists) {
|
if ($this->exists) {
|
||||||
return [
|
return [
|
||||||
"info" => [
|
"id" => $this->getID(),
|
||||||
"id" => $this->getID(),
|
"machineid" => $this->getMachineID(),
|
||||||
"machineid" => $this->getMachineID(),
|
"name" => $this->getName(),
|
||||||
"name" => $this->getName(),
|
"date" => $this->getDate(),
|
||||||
"date" => $this->getDate(),
|
"techuid" => $this->getTechUID(),
|
||||||
"techuid" => $this->getTechUID(),
|
"publicnotes" => $this->getPublicNotes(),
|
||||||
"publicnotes" => $this->getPublicNotes(),
|
"privatenotes" => $this->getPrivateNotes()
|
||||||
"privatenotes" => $this->getPrivateNotes()
|
|
||||||
]
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
return [];
|
return [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user