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