diff --git a/Models/KanbanCard.php b/Models/KanbanCard.php index a771f1a..4d5ae38 100644 --- a/Models/KanbanCard.php +++ b/Models/KanbanCard.php @@ -179,6 +179,11 @@ class KanbanCard implements \JsonSerializable $this->media[] = $media; } + public function setLabels(array $labels) /* : void */ + { + $this->labels = $labels; + } + public function getLabels() : array { return $this->labels;