X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FFinancialTrxn.php;h=15a3657dac439f89ab3e57b08c1e4c6ea66b1462;hb=34751e696143159f20566d1f8ec0ed619e8ce0ce;hp=e91fa7c79960d5edb0a21d1271fe05ca3e5b0d65;hpb=ee3db3fc8e58c2f1c6b063e5667a34f017d37891;p=civicrm-core.git diff --git a/Civi/Api4/FinancialTrxn.php b/Civi/Api4/FinancialTrxn.php index e91fa7c799..15a3657dac 100644 --- a/Civi/Api4/FinancialTrxn.php +++ b/Civi/Api4/FinancialTrxn.php @@ -25,6 +25,6 @@ namespace Civi\Api4; * @package Civi\Api4 */ class FinancialTrxn extends Generic\DAOEntity { - use Generic\Traits\ReadOnly; + use Generic\Traits\ReadOnlyEntity; }