]> _ Git - fluidbook-toolbox.git/commitdiff
fix #3478 @0:25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Mar 2020 17:09:53 +0000 (18:09 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Mar 2020 17:09:53 +0000 (18:09 +0100)
app/Models/Quiz.php

index cec0cbb73278920a5472ac46738abaf571be9eff..be750b1ebd21234488d581c38ed8f2399b920784 100644 (file)
@@ -59,7 +59,7 @@ class Quiz extends CubistMagicAbstractModel
             'column' => true,
             'column_label' => 'Project',
             'tab' => 'Project']);
-        
+
         $this->addField(['name' => 'created_at',
             'label' => 'Created at',
             'type' => 'Datetime',
@@ -83,7 +83,6 @@ class Quiz extends CubistMagicAbstractModel
             'can' => 'viewany',
             'tab' => 'Project']);
 
-
         $this->addField(['name' => 'title',
             'label' => 'Quiz title',
             'type' => 'Text',