Add evidence and blacklist management methods to Method class
This commit is contained in:
parent
54b1472b51
commit
7fb5a6d712
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@
|
|||
case self::DELETE_EVIDENCE:
|
||||
throw new \Exception('To be implemented');
|
||||
break;
|
||||
|
||||
case self::LIST_BLACKLIST:
|
||||
throw new \Exception('To be implemented');
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue