8000 minor #12557 [Workflow] Fixed PHP config of workflow marking store (l… · symfony/symfony-docs@a48a7f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a48a7f1

Browse files
committed
minor #12557 [Workflow] Fixed PHP config of workflow marking store (lyrixx)
This PR was merged into the 4.3 branch. Discussion ---------- [Workflow] Fixed PHP config of workflow marking store ref symfony/symfony#34092 Commits ------- 019d1f5 [Workflow] Fixed PHP config of workflow marking store
2 parents adae2f3 + 019d1f5 commit a48a7f1

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
@@ -127,7 +127,7 @@ like this:
127127
],
128128
'marking_store' => [
129129
'type' => 'method'
130-
'property' => ['currentPlace']
130+
'property' => 'currentPlace'
131131
],
132132
'supports' => ['App\Entity\BlogPost'],
133133
'initial_marking' => 'draft',

0 commit comments

Comments
 (0)
0