diff options
Diffstat (limited to 'src/Helpers/Schedule/Event.php')
-rw-r--r-- | src/Helpers/Schedule/Event.php | 8 |
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 |