mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02: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 __construct($options = array()) {
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
}],
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"silverstripe/spamprotection": "dev-master"
|
||||
"silverstripe/spamprotection": "~2.0"
|
||||
},
|
||||
"license": "BSD-3-Clause"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user