summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/item.php b/db/item.php
index 117e98fb5..5cbfc2fa2 100644
--- a/db/item.php
+++ b/db/item.php
@@ -44,6 +44,7 @@ use \OCP\AppFramework\Db\Entity;
* @method integer getLastModified()
* @method void setLastModified(integer $value)
* @method void setFingerprint(string $value)
+ * @method void setSearchIndex(string $value)
*/
class Item extends Entity implements IAPI, \JsonSerializable {