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

@@ -230,7 +230,7 @@ class CardMapper extends QBMapper implements IPermissionMapper {
return $this->findEntities($qb);
}
public function findAssignedCards($boardId, $username) {
public function findToMeOrNotAssignedCards($boardId, $username) {
$qb = $this->db->getQueryBuilder();
$qb->select('c.*')
->from('deck_cards', 'c')