Skip to content

Commit

Permalink
FEATURE: Allow to provide contentStreamId from outside
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jun 3, 2024
1 parent 45a9b31 commit 2cb3178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function iRunTheFollowingNodeMigrationWithTargetWorkspace(string $sourceW
*/
public function iRunTheFollowingNodeMigrationWithoutPublishingOnSuccess(string $sourceWorkspaceName, string $targetWorkspaceName, string $contentStreamId, PyStringNode $string): void
{
$this->iRunTheFollowingNodeMigrationWithTargetWorkspace($sourceWorkspaceName, $targetWorkspaceName, $contentStreamId, $string,false);
$this->iRunTheFollowingNodeMigrationWithTargetWorkspace($sourceWorkspaceName, $targetWorkspaceName, $contentStreamId, $string, false);
}

/**
Expand Down

0 comments on commit 2cb3178

Please sign in to comment.