Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
saade authored and github-actions[bot] committed Mar 28, 2024
1 parent add3ac2 commit c4e1cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Data/EventData.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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.
*/
Expand All @@ -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.
Expand Down

0 comments on commit c4e1cbc

Please sign in to comment.