Corrected comment in BoardApiController from copy / paste.

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-08-15 21:15:14 +02:00
committed by Julius Härtl
parent 6822d7d099
commit 0da84a3e8c
+1 -1
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) {