Completed
Pull Request — master (#6637)
by Tobia
12:24
created
lib/private/Contacts/ContactsMenu/ContactsStore.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,14 +25,12 @@
 block discarded – undo
25 25
 
26 26
 namespace OC\Contacts\ContactsMenu;
27 27
 
28
-use OC\Share\Share;
29 28
 use OCP\Contacts\ContactsMenu\IEntry;
30 29
 use OCP\Contacts\IManager;
31 30
 use OCP\IConfig;
32 31
 use OCP\IGroupManager;
33 32
 use OCP\IUser;
34 33
 use OCP\IUserManager;
35
-use OCP\IUserSession;
36 34
 use OCP\Contacts\ContactsMenu\IContactsStore;
37 35
 
38 36
 class ContactsStore implements IContactsStore {
Please login to merge, or discard this patch.