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