APIv4 - Add `@since` annotation to each entity
[civicrm-core.git] / Civi / Api4 / UFGroup.php
index 2f80638a07bc5609dc2d26010b97f94765a326fc..05f3ab437a3ca484a95625decd77501fff8c7196 100644 (file)
@@ -23,7 +23,8 @@ namespace Civi\Api4;
  * UFGroup entity - AKA profiles.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/profiles/
- * @searchable false
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class UFGroup extends Generic\DAOEntity {