X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FAllCoreTables.data.php;h=e42e08bf4eb9acc892c852ca700be1d69eae6ccc;hb=1c46a84c89447841b61043486877a8013ea8ebf7;hp=e420a2d2264d80bf1e4ad0e71cd35207e22b2e4a;hpb=c3438d19632d2951dd4c4701b0911e29e97ca8af;p=civicrm-core.git diff --git a/CRM/Core/DAO/AllCoreTables.data.php b/CRM/Core/DAO/AllCoreTables.data.php index e420a2d226..e42e08bf4e 100644 --- a/CRM/Core/DAO/AllCoreTables.data.php +++ b/CRM/Core/DAO/AllCoreTables.data.php @@ -11,8 +11,8 @@ return [ 'name' => 'Extension', 'class' => 'CRM_Core_DAO_Extension', 'table' => 'civicrm_extension', - ) , - 'CRM_Core_DAO_LocationType' => array( + ], + 'CRM_Core_DAO_LocationType' => [ 'name' => 'LocationType', 'class' => 'CRM_Core_DAO_LocationType', 'table' => 'civicrm_location_type', @@ -122,9 +122,9 @@ return [ 'class' => 'CRM_Batch_DAO_EntityBatch', 'table' => 'civicrm_entity_batch', ], - 'CRM_Mailing_DAO_Component' => [ - 'name' => 'Component', - 'class' => 'CRM_Mailing_DAO_Component', + 'CRM_Mailing_DAO_MailingComponent' => [ + 'name' => 'MailingComponent', + 'class' => 'CRM_Mailing_DAO_MailingComponent', 'table' => 'civicrm_mailing_component', ], 'CRM_Mailing_DAO_MailingAB' => [ @@ -286,13 +286,13 @@ return [ 'name' => 'Email', 'class' => 'CRM_Core_DAO_Email', 'table' => 'civicrm_email', - ) , - 'CRM_Core_DAO_File' => array( + ], + 'CRM_Core_DAO_File' => [ 'name' => 'File', 'class' => 'CRM_Core_DAO_File', 'table' => 'civicrm_file', - ) , - 'CRM_Core_DAO_IM' => array( + ], + 'CRM_Core_DAO_IM' => [ 'name' => 'IM', 'class' => 'CRM_Core_DAO_IM', 'table' => 'civicrm_im', @@ -526,13 +526,13 @@ return [ 'name' => 'Discount', 'class' => 'CRM_Core_DAO_Discount', 'table' => 'civicrm_discount', - ) , - 'CRM_Core_DAO_EntityFile' => array( + ], + 'CRM_Core_DAO_EntityFile' => [ 'name' => 'EntityFile', 'class' => 'CRM_Core_DAO_EntityFile', 'table' => 'civicrm_entity_file', - ) , - 'CRM_Core_DAO_EntityTag' => array( + ], + 'CRM_Core_DAO_EntityTag' => [ 'name' => 'EntityTag', 'class' => 'CRM_Core_DAO_EntityTag', 'table' => 'civicrm_entity_tag',