From 2c105a8e3b43e0cc389c25c14c9fa598c38d5c66 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 27 Dec 2023 14:04:55 +0100 Subject: [PATCH] wait #6589 @0:05 --- app/SubForms/Quiz/Answer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SubForms/Quiz/Answer.php b/app/SubForms/Quiz/Answer.php index 73b152716..be22d19ba 100644 --- a/app/SubForms/Quiz/Answer.php +++ b/app/SubForms/Quiz/Answer.php @@ -57,7 +57,7 @@ class Answer extends SubForm $this->addField('score', Integer::class, __('Score'), [ 'default' => 1, - 'when' => ['type' => ['multiple'], 'multiple' => 1] + 'when' => ['multiple' => 1] ]); } } -- 2.39.5