mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-17 07:58:40 +00:00
bug fixes / dbmapper fixes
This commit is contained in:
parent
15b0f1cba7
commit
7fcb4742c3
|
|
@ -88,7 +88,7 @@ class ProjectAttribute implements \JsonSerializable, ArrayableInterface
|
|||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'item' => $this->item,
|
||||
'project' => $this->project,
|
||||
'type' => $this->type,
|
||||
'value' => $this->value,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user