Skip to content

Commit

Permalink
API Update references to API which has been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 2, 2024
1 parent 091a331 commit 4a37cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FormFields/SessionManagerField.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function setTitleLinkHref(string $titleLinkHref)
return $this;
}

public function Field($properties = array())
public function renderField($properties = array())
{
return $this->renderWith(SessionManagerField::class);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</label>
<% end_if %>
<div class="form__field-holder<% if not $Title %> form__field-holder--no-label<% end_if %>">
$Field
$renderField
<% if $Message %><p class="alert $AlertType" role="alert" id="message-$ID">$Message</p><% end_if %>
<% if $Description %><p class="form__field-description form-text" id="describes-$ID">$Description</p><% end_if %>
</div>
Expand Down

0 comments on commit 4a37cfb

Please sign in to comment.