From 17ee679457885869a65cd79d848e3a9400729885 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 6 Oct 2019 21:01:18 +0200 Subject: [PATCH] bug fixes --- Models/QACategory.php | 1 + Models/QAQuestion.php | 1 + 2 files changed, 2 insertions(+) diff --git a/Models/QACategory.php b/Models/QACategory.php index b5f1c9a..c4c769c 100644 --- a/Models/QACategory.php +++ b/Models/QACategory.php @@ -31,6 +31,7 @@ class QACategory implements \JsonSerializable * @since 1.0.0 */ protected int $id = 0; + /** * Name. * diff --git a/Models/QAQuestion.php b/Models/QAQuestion.php index be54ae2..c83fc9a 100644 --- a/Models/QAQuestion.php +++ b/Models/QAQuestion.php @@ -31,6 +31,7 @@ class QAQuestion implements \JsonSerializable * @since 1.0.0 */ protected int $id = 0; + /** * Name. *