mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-06 23:38:41 +00:00
Fix #16
This commit is contained in:
parent
f9021ab3ed
commit
8ca141802a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user