Merge pull request #22928 from artfulrobot/artfulrobot-title-double-html-encoding
[civicrm-core.git] / Civi / Api4 / Country.php
index 24637f4cca96c2101b7b5a49f7b85391672c5811..47fb952f530059f5b5eed3a42428c89a087d340b 100644 (file)
@@ -14,9 +14,9 @@ namespace Civi\Api4;
  * Country entity.
  *
  * @searchable secondary
+ * @since 5.22
  * @package Civi\Api4
  */
 class Country extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
 
 }