From d54cecf7d6107af305be40982a0a354f6fcba3ef Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 14:11:24 +0200 Subject: [PATCH] wait #6107 @0:05 --- app/Models/QuizTheme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/QuizTheme.php b/app/Models/QuizTheme.php index 3b81c7a79..533801499 100644 --- a/app/Models/QuizTheme.php +++ b/app/Models/QuizTheme.php @@ -139,6 +139,7 @@ class QuizTheme extends ToolboxModel protected function _outro() { + return; $this->addField('sectionOutro', FormSection::class, __('Conclusion')); $this->addField('outroColor', Color::class, __('Couleur et transparence du bloc'), ['hint' => __('Par défaut, la couleur neutre du thème'), 'allows_empty' => true]); $this->addField('', FormSeparator::class, ''); -- 2.39.5