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:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-02 10:39:29 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-10-02 10:39:29 +0300
commit3105aaf72f5fe26ae59611e8c40875dee5d1b8e3 (patch)
tree9b922cb5f4a2eed0808be083b78225df8c995e69
parent22883df10ec9fa8d8a1f5ebfb5c0ee65c63af6ed (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Service/SettingsService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/SettingsService.php b/lib/Service/SettingsService.php
index 7d4373a..917e987 100644
--- a/lib/Service/SettingsService.php
+++ b/lib/Service/SettingsService.php
@@ -27,7 +27,6 @@
namespace OCA\FullTextSearch\Service;
use Exception;
-use OCP\IConfig;
class SettingsService {