From adcb129dbd058c1e13eae99af913fbb987388a70 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Nov 2017 16:21:30 +0100 Subject: [PATCH] General bug fixes --- Models/Issue.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Models/Issue.php b/Models/Issue.php index 9e026db..0b19752 100644 --- a/Models/Issue.php +++ b/Models/Issue.php @@ -25,6 +25,13 @@ namespace Modules\Support; */ class Issue { + /** + * Id. + * + * @var int + * @since 1.0.0 + */ + private $id = 0; /** * Name.