Skip to content

Commit 109040f

Browse files
committed
fix: remove validation
Change-Id: I359c925b584bfa3b4520ffddca137481b65bc254
1 parent 619ffec commit 109040f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/Models/Foundation/Main/ExtraQuestions/ExtraQuestionAnswer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public function setValue($value): void
108108
throw new ValidationException("Question is not set.");
109109
}
110110

111+
/*
111112
if($this->question->isMandatory() && empty($value)){
112113
throw new ValidationException
113114
(
@@ -130,6 +131,7 @@ public function setValue($value): void
130131
)
131132
);
132133
}
134+
*/
133135
$res = $value;
134136
if(is_array($res))
135137
{

0 commit comments

Comments
 (0)