summaryrefslogtreecommitdiffstats
path: root/lib/Db/FollowsRequestBuilder.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/FollowsRequestBuilder.php')
-rw-r--r--lib/Db/FollowsRequestBuilder.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Db/FollowsRequestBuilder.php b/lib/Db/FollowsRequestBuilder.php
index 91695738..eb3bc2d4 100644
--- a/lib/Db/FollowsRequestBuilder.php
+++ b/lib/Db/FollowsRequestBuilder.php
@@ -51,10 +51,10 @@ class FollowsRequestBuilder extends CoreRequestBuilder {
/**
* Base of the Sql Insert request
*
- * @return IQueryBuilder
+ * @return SocialQueryBuilder
*/
- protected function getFollowsInsertSql(): IQueryBuilder {
- $qb = $this->dbConnection->getQueryBuilder();
+ protected function getFollowsInsertSql(): SocialQueryBuilder {
+ $qb = $this->getQueryBuilder();
$qb->insert(self::TABLE_FOLLOWS);
return $qb;