Merge pull request #23814 from civicrm/5.51
[civicrm-core.git] / Civi / Api4 / LocationType.php
index a3b282dace61a5371450120bfad1d0434e05c368..feadcb37a63809c67d6ba9c89bb3eaa0d9bdebc2 100644 (file)
@@ -13,11 +13,10 @@ namespace Civi\Api4;
 /**
  * LocationType entity.
  *
- * @searchable none
+ * @searchable secondary
  * @since 5.19
  * @package Civi\Api4
  */
 class LocationType extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
 
 }