Remove unused variable

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-03-10 01:21:15 +01:00
commit 9ff3d4bcf5

View file

@ -491,7 +491,6 @@ class ApiController extends Controller {
}
// Update options
$qId = 1;
foreach($options['formQuizQuestions'] as $questionElement){
$newQuestion = new Question();