FIX: Docs were incorrect post namespace change

This commit is contained in:
Gordon Anderson 2018-04-20 14:35:28 +07:00
parent 82d37954bb
commit 65fd149c72
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ composer require "silverstripe/mathspamprotection:dev-master"
Set the default spam protector in *mysite/_config/spamprotection.yml*
---
name: spamprotection
---
name: myspamprotection
---
SilverStripe\SpamProtection\Extension\FormSpamProtectionExtension:
default_spam_protector: SilverStripe\SpamProtection\Maths\MathSpamProtector
default_spam_protector: SilverStripe\MathSpamProtection\MathSpamProtector