From c4e1cbcb27b8c3c12c1af00e9bcf5d7743626801 Mon Sep 17 00:00:00 2001 From: saade Date: Thu, 28 Mar 2024 16:30:33 +0000 Subject: [PATCH] Fix styling --- src/Data/EventData.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Data/EventData.php b/src/Data/EventData.php index f19f8ef..b6bad75 100644 --- a/src/Data/EventData.php +++ b/src/Data/EventData.php @@ -12,7 +12,7 @@ class EventData implements Arrayable protected int|string|null $groupId = null; protected int|string|null $resourceId = null; - + protected ?array $resourceIds = null; protected bool $allDay = false; @@ -71,6 +71,7 @@ public function resourceId(int|string $resourceId): static return $this; } + /** * It is also possible to associate an event with multiple resources using the resourceIds property. */ @@ -80,6 +81,7 @@ public function resourceIds(array $resourceIds): static return $this; } + /** * Determines if the event is shown in the “all-day” section of relevant views. In addition, * if true the time text is not displayed with the event.