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/db/wopi.php')
-rw-r--r--lib/db/wopi.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/db/wopi.php b/lib/db/wopi.php
index 36cda195..e30de4cf 100644
--- a/lib/db/wopi.php
+++ b/lib/db/wopi.php
@@ -1,5 +1,4 @@
<?php
-
/**
* ownCloud - Richdocuments App
*
@@ -15,11 +14,6 @@ namespace OCA\Richdocuments\Db;
use \OCA\Richdocuments\Download;
use \OCA\Richdocuments\DownloadResponse;
-/**
- * @method string generateFileToken()
- * @method string getPathForToken()
- */
-
class Wopi extends \OCA\Richdocuments\Db{
const DB_TABLE = '`*PREFIX*richdocuments_wopi`';