Merge pull request #22928 from artfulrobot/artfulrobot-title-double-html-encoding
[civicrm-core.git] / Civi / Api4 / FinancialTrxn.php
index f96f515196f9aa9282cc32ac61b594047b4203b7..15a3657dac439f89ab3e57b08c1e4c6ea66b1462 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,13 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
@@ -29,9 +21,10 @@ namespace Civi\Api4;
  * @see https://docs.civicrm.org/dev/en/latest/financial/financialentities/#financial-transactions
  *
  * @searchable secondary
+ * @since 5.40
  * @package Civi\Api4
  */
 class FinancialTrxn extends Generic\DAOEntity {
-  use Generic\Traits\ReadOnly;
+  use Generic\Traits\ReadOnlyEntity;
 
 }