aboutsummaryrefslogtreecommitdiffstats
path: root/core/Db/ProfileConfigMapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Db/ProfileConfigMapper.php')
-rw-r--r--core/Db/ProfileConfigMapper.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Db/ProfileConfigMapper.php b/core/Db/ProfileConfigMapper.php
index a8b1e35f747..8e337523977 100644
--- a/core/Db/ProfileConfigMapper.php
+++ b/core/Db/ProfileConfigMapper.php
@@ -29,6 +29,9 @@ namespace OC\Core\Db;
use OCP\AppFramework\Db\QBMapper;
use OCP\IDBConnection;
+/**
+ * @template-extends QBMapper<ProfileConfig>
+ */
class ProfileConfigMapper extends QBMapper {
public function __construct(IDBConnection $db) {
parent::__construct($db, 'profile_config', ProfileConfig::class);