summaryrefslogtreecommitdiff
path: root/src/Helpers/Schedule/Event.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Helpers/Schedule/Event.php')
-rw-r--r--src/Helpers/Schedule/Event.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Helpers/Schedule/Event.php b/src/Helpers/Schedule/Event.php
index 46970e7b..ab3b39a5 100644
--- a/src/Helpers/Schedule/Event.php
+++ b/src/Helpers/Schedule/Event.php
@@ -184,6 +184,14 @@ class Event
}
/**
+ * @param string $title
+ */
+ public function setTitle(string $title): void
+ {
+ $this->title = $title;
+ }
+
+ /**
* @return string
*/
public function getSubtitle(): string