Move new search results to 'lib/private/search'
This commit is contained in:
parent
8a223eb62d
commit
7a224f5762
|
@ -22,7 +22,7 @@ namespace OC\Search;
|
|||
/**
|
||||
* The generic result of a search
|
||||
*/
|
||||
abstract class Result {
|
||||
class Result {
|
||||
|
||||
/**
|
||||
* A unique identifier for the result, usually given as the item ID in its
|
||||
|
|
Loading…
Reference in New Issue