mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Move new search results to 'lib/private/search'
This commit is contained in:
parent
8a223eb62d
commit
7a224f5762
5 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue