crm-bij1migratie/xml/schema/CRM/Bij1migratie/MigratieLog.entityType.php

11 lines
313 B
PHP

<?php
// This file declares a new entity type. For more details, see "hook_civicrm_entityTypes" at:
// https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_entityTypes
return [
[
'name' => 'MigratieLog',
'class' => 'CRM_Bij1migratie_DAO_MigratieLog',
'table' => 'civicrm_migratie_log',
],
];