Skip to content

Commit ceac516

Browse files
committed
1 parent c4aceff commit ceac516

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

workflow/usage.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,8 @@ Then you can access this metadata in your controller as follows::
578578
;
579579

580580
// or
581-
$workflow
582-
->getMetadataStore()
583-
->getPlaceMetadata('draft')['title'] ?? false
581+
$workflow->getMetadataStore()
582+
->getWorkflowMetadata()['title'] ?? false
584583
;
585584

586585
// or

0 commit comments

Comments
 (0)