Cleanup use statements

This commit is contained in:
Julius Haertl
2017-01-13 16:46:59 +01:00
parent b0627d8979
commit da34d7167f
4 changed files with 3 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ namespace OCA\Deck\Service;
use OCA\Deck\Db\Acl;
use OCA\Deck\Db\AclMapper;
use OCA\Deck\Db\Label;
use OCP\IGroupManager;
use OCP\ILogger;
use OCP\IL10N;