diff --git a/Models/QAAnswer.php b/Models/QAAnswer.php index 155450b..f0640c3 100644 --- a/Models/QAAnswer.php +++ b/Models/QAAnswer.php @@ -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; }