Skip to content

Commit

Permalink
FEATURE: Remove changes when content stream was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Nov 29, 2024
1 parent 46cb06a commit 8f67be4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,8 @@ private function removeChangesForContentStreamId(ContentStreamId $contentStreamI
WHERE
contentStreamId = :contentStreamId
SQL;
$this->dbal->executeStatement($statement,
$this->dbal->executeStatement(
$statement,
[
'contentStreamId' => $contentStreamId->value,
]
Expand Down

0 comments on commit 8f67be4

Please sign in to comment.