Skip to content
Snippets Groups Projects
Unverified Commit c44926d6 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #14482 from seamuslee001/update_exception_dao

[NFC] Update Exception DAO class
parents 3f0bd7e5 0a82440c
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Dedupe/Exception.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:eec5ad673402f603903d6f35ad1bcd06)
* (GenCodeChecksum:a82b6fb86d1d7149b0f553ac6b87ac14)
*/
/**
......@@ -90,7 +90,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
'where' => 'civicrm_dedupe_exception.id',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'Exception',
'bao' => 'CRM_Dedupe_DAO_Exception',
'bao' => 'CRM_Dedupe_BAO_Exception',
'localizable' => 0,
],
'contact_id1' => [
......@@ -102,7 +102,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
'where' => 'civicrm_dedupe_exception.contact_id1',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'Exception',
'bao' => 'CRM_Dedupe_DAO_Exception',
'bao' => 'CRM_Dedupe_BAO_Exception',
'localizable' => 0,
'FKClassName' => 'CRM_Contact_DAO_Contact',
],
......@@ -115,7 +115,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
'where' => 'civicrm_dedupe_exception.contact_id2',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'Exception',
'bao' => 'CRM_Dedupe_DAO_Exception',
'bao' => 'CRM_Dedupe_BAO_Exception',
'localizable' => 0,
'FKClassName' => 'CRM_Contact_DAO_Contact',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment