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

@@ -31,7 +31,6 @@ use OCA\Deck\Db\LabelMapper;
class LabelService {
private $labelMapper;
private $logger;
public function __construct(
LabelMapper $labelMapper,