checkin (broken)

This commit is contained in:
Rich Lott / Artful Robot 2025-02-18 17:33:27 +00:00
parent a01abba787
commit 06fec5daf7
21 changed files with 2025 additions and 376 deletions

View file

@ -0,0 +1,13 @@
<?php
namespace Civi\Api4;
/**
* ContactCategoryDefinition entity.
*
* Provided by the Contact Categories extension.
*
* @package Civi\Api4
*/
class ContactCategoryDefinition extends Generic\DAOEntity {
}