FIX: Missing use statement

This commit is contained in:
Gordon Anderson 2018-04-19 22:06:41 +07:00
parent c20bc1701f
commit af1693b7ea
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
* @package mathspamprotection
*/
namespace SilverStripe\SpamProtection\Maths;
use SilverStripe\SpamProtection\SpamProtector;
class MathSpamProtector implements SpamProtector
{
/**