Completed
Pull Request — master (#477)
by Julius
02:51
created
lib/Capabilities.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -23,15 +23,11 @@
 block discarded – undo
23 23
 
24 24
 namespace OCA\Richdocuments;
25 25
 
26
-use OCP\AppFramework\Utility\ITimeFactory;
27 26
 use OCP\Capabilities\ICapability;
28 27
 use OCP\Files\IAppData;
29 28
 use OCP\Files\NotFoundException;
30 29
 use OCP\Files\SimpleFS\ISimpleFolder;
31
-use OCP\Http\Client\IClientService;
32
-use OCP\IConfig;
33 30
 use OCP\IL10N;
34
-use OCP\IURLGenerator;
35 31
 
36 32
 class Capabilities implements ICapability {
37 33
 
Please login to merge, or discard this patch.