mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-03 15:24:09 +01:00
Use OCP\ITags in lib/controller/importcontroller.php.
This commit is contained in:
parent
2f67599968
commit
4d31c2eb62
@ -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…
Reference in New Issue
Block a user