mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
MINOR: removed spammable interface
This commit is contained in:
parent
64fc90eda6
commit
c36ed78758
@ -1,12 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* This interface acts an template for setting up a spam callback class
|
||||
*/
|
||||
interface Spamable {
|
||||
|
||||
function markAsSpam($form);
|
||||
|
||||
function markAsHam($form):
|
||||
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user