mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 06:05:52 +00:00
API Add default constructor for compatibility with https://github.com/silverstripe/silverstripe-spamprotection/pull/42
This commit is contained in:
parent
6f1f36dbb6
commit
f50206a7c1
@ -22,4 +22,7 @@ class MathSpamProtector implements SpamProtector
|
|||||||
public function setFieldMapping($fieldMapping)
|
public function setFieldMapping($fieldMapping)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function __construct($options = array()) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
}],
|
}],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/spamprotection": "dev-master"
|
"silverstripe/spamprotection": "~2.0"
|
||||||
},
|
},
|
||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user