]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Api/Mastodon/Relationship.php
Merge pull request #10116 from mexon/mat/addon-console-command
[friendica.git] / src / Object / Api / Mastodon / Relationship.php
index bb3aa554162890938e657067a42555d3250de4dd..06f973788c162490aa84173ca02384a79210ecdb 100644 (file)
@@ -21,7 +21,7 @@
 
 namespace Friendica\Object\Api\Mastodon;
 
-use Friendica\BaseEntity;
+use Friendica\BaseDataTransferObject;
 use Friendica\Model\Contact;
 use Friendica\Util\Network;
 
@@ -30,7 +30,7 @@ use Friendica\Util\Network;
  *
  * @see https://docs.joinmastodon.org/api/entities/#relationship
  */
-class Relationship extends BaseEntity
+class Relationship extends BaseDataTransferObject
 {
        /** @var int */
        protected $id;