From ffd9fc77e711fb295d32b200ef263abf4ca8b5b7 Mon Sep 17 00:00:00 2001 From: frankii91 <14099566+frankii91@users.noreply.github.com> Date: Sat, 8 Nov 2025 01:11:34 +0100 Subject: [PATCH] Update Event.php --- Clockwork/Request/Timeline/Event.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Clockwork/Request/Timeline/Event.php b/Clockwork/Request/Timeline/Event.php index 8962f327..de6036c9 100644 --- a/Clockwork/Request/Timeline/Event.php +++ b/Clockwork/Request/Timeline/Event.php @@ -3,6 +3,8 @@ // Data structure representing a single timeline event with fluent API class Event { + public ?float $time = null; + // Event description public $description; // Unique event name