change func name

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2021-05-18 10:18:56 +02:00
parent eaf061c4b7
commit f23f8b38f1
3 changed files with 2 additions and 14 deletions

View File

@@ -608,16 +608,4 @@ class CardService {
return $cards;
}
/**
*
* @return array
* @throws \OCA\Deck\NoPermissionException
* @throws BadRequestException
*/
public function findAssignedCards($userId) {
$cards = $this->cardMapper->findAssignedCards($userId);
return $cards;
}
}