'date', ]; } /** * Check if this is a full day block. */ public function isFullDay(): bool { return is_null($this->start_time) && is_null($this->end_time); } }