From 55a4c83ecd850d2e3fbd61639d35864112964d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lup=C4=8D=C3=ADk?= Date: Sun, 26 Nov 2023 18:30:19 +0100 Subject: [PATCH] Fix event meetup date documentation --- src/Models/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/Event.php b/src/Models/Event.php index 6dfedde..6eef214 100644 --- a/src/Models/Event.php +++ b/src/Models/Event.php @@ -358,7 +358,7 @@ public function getStartAt(): Carbon } /** - * Get the start date of the event. + * Get the meetup date of the event. * * @return Carbon|null */