Fix error
This commit is contained in:
parent
279f23e325
commit
b011a9caab
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class Question
|
||||||
return $this->question;
|
return $this->question;
|
||||||
}
|
}
|
||||||
|
|
||||||
public setQuestion($question)
|
public function setQuestion($question)
|
||||||
{
|
{
|
||||||
$this->question = $question;
|
$this->question = $question;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue