Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Nov 28, 2023
1 parent fa77fa0 commit f3d662c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private function processCleanup(): void

foreach ($itemList as $item) {
$this->entityManager
->getRepository('RealEstateSendMatchesQueueItem')
->getRDBRepository('RealEstateSendMatchesQueueItem')
->deleteFromDb($item->getId());
}
}
Expand Down

0 comments on commit f3d662c

Please sign in to comment.