Merge pull request #21960 from colemanw/afformBaseModule
[civicrm-core.git] / Civi / Api4 / Country.php
index c1845d7ba0340585e93eb3e3efd72e0c4c4fe966..63093db8e845538349efa4ee98e894767b8b19a1 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,20 +8,16 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
  * Country entity.
  *
+ * @searchable secondary
+ * @since 5.22
  * @package Civi\Api4
  */
 class Country extends Generic\DAOEntity {
+  use Generic\Traits\OptionList;
 
 }