deprecate OC_Search_Provider in favor of \OCP\Search\Provider
This commit is contained in:
parent
0e2f51bbb8
commit
b56f5f2773
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Class OC_Search_Provider
|
||||
* @deprecated use \OCP\Search\Provider instead
|
||||
*/
|
||||
abstract class OC_Search_Provider extends \OCP\Search\Provider {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue