mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-16 15:58:41 +00:00
Fix mappers
This commit is contained in:
parent
5c7f8fe932
commit
1e21e9c691
|
|
@ -88,12 +88,12 @@ class QAAnswer implements \JsonSerializable
|
||||||
return $this->isAccepted;
|
return $this->isAccepted;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCreatedBy() : int
|
public function getCreatedBy()
|
||||||
{
|
{
|
||||||
return $this->createdBy;
|
return $this->createdBy;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setCreatedBy(int $id) : void
|
public function setCreatedBy($id) : void
|
||||||
{
|
{
|
||||||
$this->createdBy = $id;
|
$this->createdBy = $id;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user