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