SentReceivedAggregator (in activity)

This commit is contained in:
2022-10-31 16:18:10 +01:00
parent f8b5078997
commit ed04c276c2
2 changed files with 13 additions and 4 deletions

View File

@@ -59,7 +59,6 @@ class CurrentActionAggregator implements AggregatorInterface
default:
throw new \LogicException(sprintf('The value %s is not valid', $value));
}
};
}