Merge pull request #22487 from mattwire/repeattransactiontemplatecontribution
[civicrm-core.git] / Civi / Api4 / StateProvince.php
index 97ec5e5259b1cbf8e1a629cce99ac00fdee4c1ee..a42938fb723bc53bd2911425cbe884859e2eeed8 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,21 +8,15 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
  * StateProvince entity.
  *
+ * @searchable secondary
+ * @since 5.22
  * @package Civi\Api4
  */
 class StateProvince extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
 
 }