Remove unused code

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-10-17 00:52:09 +02:00
committed by Julius Härtl
parent c45bb71084
commit 6901314382
7 changed files with 15 additions and 7 deletions

View File

@@ -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;