mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-03 15:24:09 +01:00
fix class names
This commit is contained in:
parent
d77f0d353c
commit
d4fbd5ffa7
@ -23,7 +23,7 @@ namespace OCA\Contacts\Search;
|
||||
/**
|
||||
* A contact search result
|
||||
*/
|
||||
class Contact extends \OC\Search\Result {
|
||||
class Contact extends \OCP\Search\Result {
|
||||
|
||||
/**
|
||||
* Type name; translated in templates
|
||||
@ -71,7 +71,7 @@ class Contact extends \OC\Search\Result {
|
||||
* Constructor
|
||||
*
|
||||
* @param array $data
|
||||
* @return \OCA\Calendar\Search\Contact
|
||||
* @return \OCA\Contacts\Search\Contact
|
||||
*/
|
||||
public function __construct(array $data = null) {
|
||||
$this->id = $data['id'];
|
||||
|
@ -23,7 +23,7 @@ namespace OCA\Contacts\Search;
|
||||
/**
|
||||
* The updated contacts search provider
|
||||
*/
|
||||
class Provider extends \OC\Search\Provider {
|
||||
class Provider extends \OCP\Search\Provider {
|
||||
|
||||
/**
|
||||
* Search for contacts
|
||||
|
Loading…
Reference in New Issue
Block a user