mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
FIX: Missing use statement
This commit is contained in:
parent
c20bc1701f
commit
af1693b7ea
@ -4,6 +4,10 @@
|
||||
* @package mathspamprotection
|
||||
*/
|
||||
|
||||
namespace SilverStripe\SpamProtection\Maths;
|
||||
|
||||
use SilverStripe\SpamProtection\SpamProtector;
|
||||
|
||||
class MathSpamProtector implements SpamProtector
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user