mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Adjust code to appframework api
This commit is contained in:
parent
fa83aaef80
commit
a388525111
@ -13,7 +13,7 @@ use OCA\Contacts\App,
|
||||
OCA\Contacts\JSONResponse,
|
||||
OCA\Contacts\Utils\JSONSerializer,
|
||||
OCA\Contacts\Controller,
|
||||
OCP\AppFramework\Http\Http;
|
||||
OCP\AppFramework\Http;
|
||||
|
||||
/**
|
||||
* Controller class For Address Books
|
||||
|
@ -15,7 +15,7 @@ use OCA\Contacts\App,
|
||||
OCA\Contacts\Utils\JSONSerializer,
|
||||
OCA\Contacts\Utils\Properties,
|
||||
OCA\Contacts\Controller,
|
||||
OCP\AppFramework\Http\Http;
|
||||
OCP\AppFramework\Http;
|
||||
|
||||
/**
|
||||
* Controller class For Contacts
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
namespace OCA\Contacts;
|
||||
use OCP\AppFramework\Http\JSONResponse as OriginalResponse,
|
||||
OCP\AppFramework\Http\Http;
|
||||
OCP\AppFramework\Http;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user