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

@@ -30,9 +30,9 @@ use OCP\IGroupManager;
use OCP\ILogger;
use OCP\IL10N;
use \OCA\Deck\Db\Board;
use \OCA\Deck\Db\BoardMapper;
use \OCA\Deck\Db\LabelMapper;
use OCA\Deck\Db\Board;
use OCA\Deck\Db\BoardMapper;
use OCA\Deck\Db\LabelMapper;
class BoardService {