From 001b8617d58b501ccc9035fc41989384a7cc5808 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 4 Feb 2019 22:29:55 +0100 Subject: [PATCH] Use global namespace+minor fixes --- Models/Log.php | 3 +++ 1 file changed, 3 insertions(+) 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();