From 2b103cd5e72ac5c723bbafd56422a4486792224f Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Tue, 18 Jun 2024 08:59:15 +0200 Subject: [PATCH] [TASK] Make CGL happy --- Classes/Form/CustomFormElement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Form/CustomFormElement.php b/Classes/Form/CustomFormElement.php index df2b471..2f47d92 100644 --- a/Classes/Form/CustomFormElement.php +++ b/Classes/Form/CustomFormElement.php @@ -12,6 +12,6 @@ class CustomFormElement extends GenericFormElement { public function initializeFormElement() { - $this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class)); + $this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class)); } }