Skip to content

Commit

Permalink
API Standardise extension hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 18, 2024
1 parent 523cc2c commit fd1b7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/LDAPMemberExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ protected function updateCMSFields(FieldList $fields)
* @param ValidationResult
* @throws ValidationException
*/
public function validate(ValidationResult $validationResult)
protected function updateValidate(ValidationResult $validationResult)
{
// We allow empty Username for registration purposes, as we need to
// create Member records with empty Username temporarily. Forms should explicitly
Expand Down

0 comments on commit fd1b7f2

Please sign in to comment.