Skip to content

Commit 2b103cd

Browse files
authored
[TASK] Make CGL happy
1 parent 55f89b2 commit 2b103cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Form/CustomFormElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ class CustomFormElement extends GenericFormElement
1212
{
1313
public function initializeFormElement()
1414
{
15-
$this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class));
15+
$this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class));
1616
}
1717
}

0 commit comments

Comments
 (0)