Replace deprecated doctrine methods in lib directory
[MAILPOET-3889]
This commit is contained in:
committed by
Veljko V
parent
efde80b5c4
commit
73a9bed483
@@ -50,7 +50,7 @@ class SegmentSaveController {
|
||||
FROM $subscriberSegmentTable
|
||||
WHERE segment_id = :segmentId
|
||||
");
|
||||
$stmt->execute([
|
||||
$stmt->executeQuery([
|
||||
'duplicateId' => $duplicate->getId(),
|
||||
'segmentId' => $segmentEntity->getId(),
|
||||
]);
|
||||
|
Reference in New Issue
Block a user