Corrected comment in BoardApiController from copy / paste.

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-07-12 20:33:12 -04:00
committed by Julius Härtl
parent 6822d7d099
commit 0da84a3e8c

View File

@@ -112,7 +112,7 @@ class BoardApiController extends ApiController {
* @params $color
* @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) {