From d91a8c9027df657a93e596c29f0acea6dab04067 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 6 Sep 2023 19:38:24 +0200 Subject: [PATCH] wip #6250 @0.5 --- app/SubForms/TitleAndText.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/SubForms/TitleAndText.php b/app/SubForms/TitleAndText.php index 8d3129830..db79f016a 100644 --- a/app/SubForms/TitleAndText.php +++ b/app/SubForms/TitleAndText.php @@ -15,3 +15,4 @@ class TitleAndText extends SubForm $this->addField('text', Textarea::class, '', ['placeholder' => __('Texte')]); } } + -- 2.39.5