From af1693b7eadea0f604361198175f126563e46f20 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Thu, 19 Apr 2018 22:06:41 +0700 Subject: [PATCH] FIX: Missing use statement --- code/MathSpamProtector.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/MathSpamProtector.php b/code/MathSpamProtector.php index 365333c..2cc2166 100644 --- a/code/MathSpamProtector.php +++ b/code/MathSpamProtector.php @@ -4,6 +4,10 @@ * @package mathspamprotection */ +namespace SilverStripe\SpamProtection\Maths; + +use SilverStripe\SpamProtection\SpamProtector; + class MathSpamProtector implements SpamProtector { /**