summaryrefslogtreecommitdiffstats
path: root/lib/Model/ActivityPub/Object/Follow.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/ActivityPub/Object/Follow.php')
-rw-r--r--lib/Model/ActivityPub/Object/Follow.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Model/ActivityPub/Object/Follow.php b/lib/Model/ActivityPub/Object/Follow.php
index 7de6d2fc..1bd179be 100644
--- a/lib/Model/ActivityPub/Object/Follow.php
+++ b/lib/Model/ActivityPub/Object/Follow.php
@@ -31,6 +31,7 @@ declare(strict_types=1);
namespace OCA\Social\Model\ActivityPub\Object;
+use daita\MySmallPhpTools\IQueryRow;
use JsonSerializable;
use OCA\Social\Model\ActivityPub\ACore;
@@ -40,7 +41,7 @@ use OCA\Social\Model\ActivityPub\ACore;
*
* @package OCA\Social\Model\ActivityPub\Object
*/
-class Follow extends ACore implements JsonSerializable {
+class Follow extends ACore implements JsonSerializable, IQueryRow {
const TYPE = 'Follow';