mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 23:38:06 +02:00
13 lines
213 B
PHP
13 lines
213 B
PHP
<?php
|
|
namespace Civi\Api4;
|
|
|
|
/**
|
|
* ContactCategoryDefinition entity.
|
|
*
|
|
* Provided by the Contact Categories extension.
|
|
*
|
|
* @package Civi\Api4
|
|
*/
|
|
class ContactCategoryDefinition extends Generic\DAOEntity {
|
|
|
|
}
|