mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Add use OCP\ICache to ImportController
This commit is contained in:
parent
5cd26a22db
commit
a50b1b4860
@ -16,7 +16,8 @@ use OCA\Contacts\App,
|
||||
Sabre\VObject,
|
||||
OCA\Contacts\VObject\VCard as MyVCard,
|
||||
OCA\Contacts\ImportManager,
|
||||
OCP\IRequest;
|
||||
OCP\IRequest,
|
||||
OCP\ICache;
|
||||
|
||||
/**
|
||||
* Controller importing contacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user