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\IL10N;
use OCP\AppFramework\Utility\ITimeFactory;
use \OCA\Deck\Db\Stack;
use OCA\Deck\Db\Stack;
use \OCA\Deck\Db\StackMapper;
use OCA\Deck\Db\StackMapper;
class StackService {