diff options
Diffstat (limited to 'lib/public/FullTextSearch/Model/IIndexDocument.php')
-rw-r--r-- | lib/public/FullTextSearch/Model/IIndexDocument.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/FullTextSearch/Model/IIndexDocument.php b/lib/public/FullTextSearch/Model/IIndexDocument.php index c7af11d7472..1858e5dc97c 100644 --- a/lib/public/FullTextSearch/Model/IIndexDocument.php +++ b/lib/public/FullTextSearch/Model/IIndexDocument.php @@ -43,8 +43,8 @@ namespace OCP\FullTextSearch\Model; * @package OC\FullTextSearch\Model */ interface IIndexDocument { - const NOT_ENCODED = 0; - const ENCODED_BASE64 = 1; + public const NOT_ENCODED = 0; + public const ENCODED_BASE64 = 1; |