We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f89b2 commit 2b103cdCopy full SHA for 2b103cd
Classes/Form/CustomFormElement.php
@@ -12,6 +12,6 @@ class CustomFormElement extends GenericFormElement
12
{
13
public function initializeFormElement()
14
15
- $this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class));
+ $this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class));
16
}
17
0 commit comments