Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bf7d2f

Browse files
committed
minor #12966 [Workflow] Fix invalid variable name (piotrantosik)
This PR was merged into the 4.3 branch. Discussion ---------- [Workflow] Fix invalid variable name Commits ------- 4ac71d1 Fix invalid variable name
2 parents 67399d3 + 4ac71d1 commit 7bf7d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ registry in the constructor::
240240

241241
// Update the currentState on the post
242242
try {
243-
$workflow->apply($post, 'to_review');
243+
$workflow->apply($blogPost, 'to_review');
244244
} catch (LogicException $exception) {
245245
// ...
246246
}

0 commit comments

Comments
 (0)