Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ConfigService.php')
-rw-r--r--lib/Service/ConfigService.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php
index d0aab26..8462831 100644
--- a/lib/Service/ConfigService.php
+++ b/lib/Service/ConfigService.php
@@ -41,9 +41,9 @@ class ConfigService {
/** @var array */
public $defaults = [
- self::SEARCH_PLATFORM => '',
- self::APP_NAVIGATION => '0',
- self::PROVIDER_INDEXED => '',
+ self::SEARCH_PLATFORM => '',
+ self::APP_NAVIGATION => '0',
+ self::PROVIDER_INDEXED => '',
self::CRON_LAST_ERR_RESET => '0'
];