APIv4 - Allow creator to read `UserJob` and `Queue` records
[civicrm-core.git] / Civi / Api4 / FinancialType.php
index 2a389bd37a4ed5109a19ffcadf48606b8c742c93..ea85931db80d68ad1d1e57aedcda088d4930178c 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;
 
 /**
@@ -26,9 +18,9 @@ namespace Civi\Api4;
  * @see https://docs.civicrm.org/user/en/latest/contributions/key-concepts-and-configurations/#financial-types-financial-accounts-and-accounting-codes
  *
  * @searchable secondary
+ * @since 5.34
  * @package Civi\Api4
  */
 class FinancialType extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
 
 }