Merge pull request #19445 from demeritcowboy/why2
[civicrm-core.git] / Civi / Api4 / Address.php
index 038e544ea71efb6d955b1306dc08891b1b7d0f19..242afbe0bdcbb46ef1c2d9b0640fecaac8fa71ca 100644 (file)
@@ -28,6 +28,8 @@ namespace Civi\Api4;
  * Creating a new address requires at minimum a contact's ID and location type ID
  *  and other attributes (although optional) like street address, city, country etc.
  *
+ * @ui_join_filters location_type_id
+ *
  * @package Civi\Api4
  */
 class Address extends Generic\DAOEntity {