X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FObject%2FApi%2FMastodon%2FField.php;h=086432b40a8f89eb780561611fe7a08502d6b5af;hb=32bb0976046ef9fa2296d0aeb39a01b0b916dc1e;hp=a32eae04a21fff675a3e76140f3f2fdc2bd5b34e;hpb=07a4bb73fa7d65d00f888eed7dedd1d4e1f623ad;p=friendica.git diff --git a/src/Object/Api/Mastodon/Field.php b/src/Object/Api/Mastodon/Field.php index a32eae04a2..086432b40a 100644 --- a/src/Object/Api/Mastodon/Field.php +++ b/src/Object/Api/Mastodon/Field.php @@ -1,15 +1,34 @@ . + * + */ namespace Friendica\Object\Api\Mastodon; -use Friendica\BaseEntity; +use Friendica\BaseDataTransferObject; /** * Class Field * * @see https://docs.joinmastodon.org/entities/field/ */ -class Field extends BaseEntity +class Field extends BaseDataTransferObject { /** @var string */ protected $name;