Use new signature of the dynamicSegmentFilterData constructor

[MAILPOET-3427]
This commit is contained in:
Jan Lysý
2021-10-22 11:20:49 +02:00
committed by Veljko V
parent cc05b945b4
commit 6e6ba3e7a1
24 changed files with 122 additions and 164 deletions

View File

@ -193,7 +193,7 @@ class Reporter {
}
private function isFilterTypeActive(string $segmentType, string $action): bool {
if ($this->dynamicSegmentFilterRepository->findOnyBySegmentTypeAndAction($segmentType, $action)) {
if ($this->dynamicSegmentFilterRepository->findOnyByFilterTypeAndAction($segmentType, $action)) {
return true;
}
return false;