mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Add getSearchProvider() to AbstractBackend. Refs #465
This commit is contained in:
parent
490d7f83ec
commit
25446f0e48
@ -457,4 +457,8 @@ abstract class AbstractBackend {
|
|||||||
? \OCP\Config::setUserValue($this->userid, 'contacts', $key, $data)
|
? \OCP\Config::setUserValue($this->userid, 'contacts', $key, $data)
|
||||||
: false;
|
: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getSearchProvider($addressbook) {
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user