Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Dec 19, 2024
1 parent cc400df commit 949aac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tags/Concerns/RendersForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ protected function minifyFieldHtml($html)
/**
* Generate a field id to associate input with label.
*/
protected function generateFieldId(string $fieldHandle, ?string $formName = null): string
private function generateFieldId(string $fieldHandle, ?string $formName = null): string
{
return ($formName ?? 'default').'-form-'.$fieldHandle.'-field';
}
Expand Down

0 comments on commit 949aac3

Please sign in to comment.