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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Preview/Office.php')
-rw-r--r--lib/Preview/Office.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Preview/Office.php b/lib/Preview/Office.php
index 612820cb..da0582e0 100644
--- a/lib/Preview/Office.php
+++ b/lib/Preview/Office.php
@@ -41,7 +41,7 @@ abstract class Office extends Provider {
$this->config = $config;
}
- private function getWopiURL(): string {
+ private function getWopiURL() {
return $this->config->getAppValue('richdocuments', 'wopi_url');
}