Fix error
This commit is contained in:
parent
279f23e325
commit
b011a9caab
@ -138,7 +138,7 @@ class Question
|
||||
return $this->question;
|
||||
}
|
||||
|
||||
public setQuestion($question)
|
||||
public function setQuestion($question)
|
||||
{
|
||||
$this->question = $question;
|
||||
}
|
||||
|
Reference in New Issue
Block a user