mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-18 10:58:40 +00:00
bug fixes / dbmapper fixes
This commit is contained in:
parent
ef303e2eda
commit
6c54a30d8a
|
|
@ -62,8 +62,6 @@ class AccountRelation
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
* @param string $name Event name/title
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ class PromotionAttribute implements \JsonSerializable, ArrayableInterface
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'item' => $this->item,
|
'promotion' => $this->promotion,
|
||||||
'type' => $this->type,
|
'type' => $this->type,
|
||||||
'value' => $this->value,
|
'value' => $this->value,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user