diff --git a/Models/Log.php b/Models/Log.php index f6a39dc..a36cb15 100644 --- a/Models/Log.php +++ b/Models/Log.php @@ -27,6 +27,9 @@ class Log implements \JsonSerializable return []; } + /** + * {@inheritdoc} + */ public function jsonSerialize() { return $this->toArray();