This commit is contained in:
Julius Haertl
2016-06-20 10:44:41 +02:00
parent ba8283dcdf
commit c0a9f010a8
28 changed files with 691 additions and 106 deletions

View File

@@ -59,4 +59,8 @@ class BoardService {
$board->setColor($color);
return $this->boardMapper->update($board);
}
public function labels($boardId) {
}
}