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