Completed
Pull Request — master (#758)
by Julius
02:31
created
lib/Controller/ConfigController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,16 +23,13 @@
 block discarded – undo
23 23
 
24 24
 namespace OCA\Deck\Controller;
25 25
 
26
-use OCA\Deck\Service\DefaultBoardService;
27 26
 use OCP\AppFramework\Http\DataResponse;
28 27
 use OCP\AppFramework\Http\NotFoundResponse;
29 28
 use OCP\IConfig;
30 29
 use OCP\IGroup;
31 30
 use OCP\IGroupManager;
32 31
 use OCP\IRequest;
33
-use OCP\AppFramework\Http\TemplateResponse;
34 32
 use OCP\AppFramework\Controller;
35
-use OCP\IL10N;
36 33
 
37 34
 class ConfigController extends Controller {
38 35
 
Please login to merge, or discard this patch.