committed by
Julius Härtl
parent
c45bb71084
commit
6901314382
@@ -46,7 +46,7 @@ class CardMapper extends DeckMapper implements IPermissionMapper {
|
||||
IManager $notificationManager,
|
||||
$databaseType
|
||||
) {
|
||||
parent::__construct($db, 'deck_cards', '\OCA\Deck\Db\Card');
|
||||
parent::__construct($db, 'deck_cards', Card::class);
|
||||
$this->labelMapper = $labelMapper;
|
||||
$this->userManager = $userManager;
|
||||
$this->notificationManager = $notificationManager;
|
||||
|
||||
Reference in New Issue
Block a user