]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5471
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Oct 2022 14:46:58 +0000 (16:46 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Oct 2022 14:46:58 +0000 (16:46 +0200)
app/Models/Quiz.php

index 54007fb1820918c16e875837a39abd18e32c69ff..44a7c26e10043e847ffe6484eada39b59c079b11 100644 (file)
@@ -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] = '';
             }