From bad50d52e36bfc69b13fca79fe82feb989b01bb8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 6 Mar 2020 18:09:53 +0100 Subject: [PATCH] fix #3478 @0:25 --- app/Models/Quiz.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Models/Quiz.php b/app/Models/Quiz.php index cec0cbb73..be750b1eb 100644 --- a/app/Models/Quiz.php +++ b/app/Models/Quiz.php @@ -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', -- 2.39.5