mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-15 08:48:41 +00:00
Fixing json serialization and reporter
This commit is contained in:
parent
ace1258f14
commit
8d9444ec68
|
|
@ -29,6 +29,6 @@ class Log implements \JsonSerializable
|
||||||
|
|
||||||
public function jsonSerialize()
|
public function jsonSerialize()
|
||||||
{
|
{
|
||||||
return json_encode($this->toArray());
|
return $this->toArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user