summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Db/OpenLocalEditorMapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/lib/Db/OpenLocalEditorMapper.php')
-rw-r--r--apps/files/lib/Db/OpenLocalEditorMapper.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/lib/Db/OpenLocalEditorMapper.php b/apps/files/lib/Db/OpenLocalEditorMapper.php
index 71573264c74..00988adc9cc 100644
--- a/apps/files/lib/Db/OpenLocalEditorMapper.php
+++ b/apps/files/lib/Db/OpenLocalEditorMapper.php
@@ -32,6 +32,9 @@ use OCP\AppFramework\Db\QBMapper;
use OCP\DB\Exception;
use OCP\IDBConnection;
+/**
+ * @template-extends QBMapper<OpenLocalEditor>
+ */
class OpenLocalEditorMapper extends QBMapper {
public function __construct(IDBConnection $db) {
parent::__construct($db, 'open_local_editor', OpenLocalEditor::class);