Added comment for skipping filtering processor feature (at least for now).
This commit is contained in:
parent
43089fede5
commit
520b8d75e0
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ namespace EA\Engine\Api\V1\Processors;
|
|||
class Filter implements ProcessorsInterface {
|
||||
{
|
||||
public static function process(array &$response) {
|
||||
|
||||
// will be implemented at a later point
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue