mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 01:38:04 +02:00
7 lines
139 B
PHP
7 lines
139 B
PHP
<?php
|
|
|
|
use CRM_Contactcats_ExtensionUtil as E;
|
|
|
|
class CRM_Contactcats_BAO_ContactCategory extends CRM_Contactcats_DAO_ContactCategory {
|
|
|
|
}
|