From 019d1f504c8d013f56bb723393d599ef7628f9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Mon, 28 Oct 2019 15:49:07 +0100 Subject: [PATCH] [Workflow] Fixed PHP config of workflow marking store ref https://github.com/symfony/symfony/issues/34092 --- workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow.rst b/workflow.rst index 26f64be175b..5d58c489197 100644 --- a/workflow.rst +++ b/workflow.rst @@ -127,7 +127,7 @@ like this: ], 'marking_store' => [ 'type' => 'method' - 'property' => ['currentPlace'] + 'property' => 'currentPlace' ], 'supports' => ['App\Entity\BlogPost'], 'initial_marking' => 'draft',