Corrected comment in BoardApiController from copy / paste.
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
committed by
Julius Härtl
parent
6822d7d099
commit
0da84a3e8c
@@ -112,7 +112,7 @@ class BoardApiController extends ApiController {
|
|||||||
* @params $color
|
* @params $color
|
||||||
* @params $archived
|
* @params $archived
|
||||||
*
|
*
|
||||||
* Create a board with the specified title and color.
|
* Update a board with the specified boardId, title and color, and archived state.
|
||||||
*/
|
*/
|
||||||
public function update($boardId, $title, $color, $archived) {
|
public function update($boardId, $title, $color, $archived) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user