mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +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()
|
||||
{
|
||||
return json_encode($this->toArray());
|
||||
return $this->toArray();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user