From 3b9dec6ab0abf016e31f16047a2af7e602a18566 Mon Sep 17 00:00:00 2001 From: Mihamina Date: Mon, 15 May 2023 22:37:43 +0300 Subject: [PATCH] feat(Task): URL getter --- src/ClickUp/Objects/Task.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/ClickUp/Objects/Task.php b/src/ClickUp/Objects/Task.php index 1b7a076..dd85b3f 100644 --- a/src/ClickUp/Objects/Task.php +++ b/src/ClickUp/Objects/Task.php @@ -263,6 +263,15 @@ public function team() return $this->team; } + /** + * @return string URL + */ + public function url() + { + return $this->url; + } + + /** * @see https://jsapi.apiary.io/apis/clickup/reference/0/task/edit-task.html * @param array $body