]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Api/Mastodon/Field.php
Correct format/style errors
[friendica.git] / src / Object / Api / Mastodon / Field.php
index 95cbc89dfa6f2199ad228d1fbc1c8a94d629b046..086432b40a8f89eb780561611fe7a08502d6b5af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
 
 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;