mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 16:38:05 +02:00
7 lines
159 B
PHP
7 lines
159 B
PHP
<?php
|
|
|
|
use CRM_Contactcats_ExtensionUtil as E;
|
|
|
|
class CRM_Contactcats_BAO_ContactCategoryDefinition extends CRM_Contactcats_DAO_ContactCategoryDefinition {
|
|
|
|
}
|