mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 06:05:52 +00:00
API Updated to support SpamProtector API tweak
This commit is contained in:
parent
26e34367e1
commit
d8ce0be778
@ -15,4 +15,9 @@ class MathSpamProtector implements SpamProtector {
|
|||||||
return new MathSpamProtectorField($name, $title, $value);
|
return new MathSpamProtectorField($name, $title, $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Not used by MathSpamProtector
|
||||||
|
*/
|
||||||
|
public function setFieldMapping($fieldMapping) {}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user