mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-16 12:18:40 +00:00
Fix #16
This commit is contained in:
parent
f9021ab3ed
commit
8ca141802a
|
|
@ -179,6 +179,11 @@ class KanbanCard implements \JsonSerializable
|
||||||
$this->media[] = $media;
|
$this->media[] = $media;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setLabels(array $labels) /* : void */
|
||||||
|
{
|
||||||
|
$this->labels = $labels;
|
||||||
|
}
|
||||||
|
|
||||||
public function getLabels() : array
|
public function getLabels() : array
|
||||||
{
|
{
|
||||||
return $this->labels;
|
return $this->labels;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user