mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
Use OCP\ITags in lib/controller/importcontroller.php.
This commit is contained in:
parent
7d649b3740
commit
dd2c0f7c14
@ -17,7 +17,8 @@ use OCA\Contacts\App,
|
|||||||
OCA\Contacts\VObject\VCard as MyVCard,
|
OCA\Contacts\VObject\VCard as MyVCard,
|
||||||
OCA\Contacts\ImportManager,
|
OCA\Contacts\ImportManager,
|
||||||
OCP\IRequest,
|
OCP\IRequest,
|
||||||
OCP\ICache;
|
OCP\ICache,
|
||||||
|
OCP\ITags;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controller importing contacts
|
* Controller importing contacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user