Added comment for skipping filtering processor feature (at least for now).

This commit is contained in:
Alex Tselegidis 2016-07-09 23:04:06 +02:00
parent 43089fede5
commit 520b8d75e0

View file

@ -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
}
}