Merge pull request #17236 from civicrm/5.25
[civicrm-core.git] / Civi / Api4 / Contact.php
index ca650abc7b8c356b572ffa626539ecb084ff6db8..9e13c833c46f832aab36734a60486b70565c2888 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -34,13 +32,6 @@ namespace Civi\Api4;
  */
 class Contact extends Generic\DAOEntity {
 
-  /**
-   * @return \Civi\Api4\Action\Contact\GetFields|Generic\DAOGetFieldsAction
-   */
-  public static function getFields() {
-    return new Action\Contact\GetFields(__CLASS__, __FUNCTION__);
-  }
-
   /**
    * @return \Civi\Api4\Action\Contact\GetChecksum
    */