From 8d9444ec6841d370c15d9fe4470896739ad03a6a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 22 Jan 2017 21:08:46 +0100 Subject: [PATCH] Fixing json serialization and reporter --- Models/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Log.php b/Models/Log.php index b77e7d9..b603add 100644 --- a/Models/Log.php +++ b/Models/Log.php @@ -29,6 +29,6 @@ class Log implements \JsonSerializable public function jsonSerialize() { - return json_encode($this->toArray()); + return $this->toArray(); } } \ No newline at end of file