Fix DAO/BAO namespaces and definitions
This commit is contained in:
parent
7cca29b458
commit
64d6b48813
10 changed files with 41 additions and 77 deletions
|
@ -4,7 +4,7 @@
|
|||
return [
|
||||
[
|
||||
'name' => 'TwingleProduct',
|
||||
'class' => 'Civi\Twingle\Shop\DAO\TwingleProduct',
|
||||
'class' => 'CRM_Twingle_DAO_TwingleProduct',
|
||||
'table' => 'civicrm_twingle_product',
|
||||
],
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" ?>
|
||||
|
||||
<table>
|
||||
<base>CRM/Twingle/Shop</base>
|
||||
<base>CRM/Twingle</base>
|
||||
<class>TwingleProduct</class>
|
||||
<name>civicrm_twingle_product</name>
|
||||
<comment>This table contains the Twingle Product data.</comment>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
return [
|
||||
[
|
||||
'name' => 'TwingleShop',
|
||||
'class' => 'Civi\Twingle\Shop\DAO\TwingleShop',
|
||||
'class' => 'CRM_Twingle_DAO_TwingleShop',
|
||||
'table' => 'civicrm_twingle_shop',
|
||||
],
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" ?>
|
||||
|
||||
<table>
|
||||
<base>CRM/Twingle/Shop</base>
|
||||
<base>CRM/Twingle</base>
|
||||
<class>TwingleShop</class>
|
||||
<name>civicrm_twingle_shop</name>
|
||||
<comment>This table contains the Twingle Shop data. Each Twingle Shop is linked to a corresponding Price Set.</comment>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue