From: Vincent Vanwaelscappel Date: Thu, 20 Oct 2022 14:46:58 +0000 (+0200) Subject: wait #5471 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a688916eaf3f4391baaf807b9bab249ab4f7a9b3;p=fluidbook-toolbox.git wait #5471 --- diff --git a/app/Models/Quiz.php b/app/Models/Quiz.php index 54007fb18..44a7c26e1 100644 --- a/app/Models/Quiz.php +++ b/app/Models/Quiz.php @@ -337,7 +337,6 @@ class Quiz extends ToolboxModel } } - // Countries $d['countriesList'] = \Cubist\Locale\Country::getList($translation->getAttribute('locale')); @@ -358,7 +357,6 @@ class Quiz extends ToolboxModel // Unnull foreach ($d as $k => $v) { - if (is_null($v)) { $d[$k] = ''; }