Skip to content

Commit

Permalink
API Set extension hook implementation visibility to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 20, 2024
1 parent 4dcb3a3 commit e6c4b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EditableSpamProtectionField.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ protected function getCandidateFields()
*
* {@inheritDoc}
*/
public function onBeforeWrite()
protected function onBeforeWrite()
{
$fieldMap = json_decode($this->SpamFieldSettings ?? '', true);
if (empty($fieldMap)) {
Expand Down

0 comments on commit e6c4b6e

Please sign in to comment.