Skip to content

Commit

Permalink
[TASK] Make CGL happy
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer authored Jun 18, 2024
1 parent 55f89b2 commit 2b103cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Form/CustomFormElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class CustomFormElement extends GenericFormElement
{
public function initializeFormElement()
{
$this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class));
$this->addValidator(GeneralUtility::makeInstance(NotEmptyValidator::class));
}
}

0 comments on commit 2b103cd

Please sign in to comment.