We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619ffec commit 109040fCopy full SHA for 109040f
1 file changed
app/Models/Foundation/Main/ExtraQuestions/ExtraQuestionAnswer.php
@@ -108,6 +108,7 @@ public function setValue($value): void
108
throw new ValidationException("Question is not set.");
109
}
110
111
+ /*
112
if($this->question->isMandatory() && empty($value)){
113
throw new ValidationException
114
(
@@ -130,6 +131,7 @@ public function setValue($value): void
130
131
)
132
);
133
134
+ */
135
$res = $value;
136
if(is_array($res))
137
{
0 commit comments