From 84327ab221205bc937fc88ef40b25fd1af1d9220 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 6 Oct 2019 21:01:18 +0200 Subject: [PATCH] bug fixes --- Models/Event.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Models/Event.php b/Models/Event.php index 21b311d..b26c8ff 100644 --- a/Models/Event.php +++ b/Models/Event.php @@ -43,6 +43,7 @@ class Event private $start = null; private $end = null; + /** * Name. *