Remove IDb occurences

This commit is contained in:
Julius Haertl
2017-01-09 21:32:40 +01:00
parent f7f3a60590
commit f0aa3777b2
10 changed files with 19 additions and 23 deletions

View File

@@ -26,9 +26,7 @@ namespace OCA\Deck\Service;
use OCA\Deck\Db\Label;
use OCP\ILogger;
use OCP\IL10N;
use \OCA\Deck\Db\LabelMapper;
use OCA\Deck\Db\LabelMapper;
class LabelService {