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

Skip to content

Commit 3765ddb

Browse files
committed
1 parent 55c9199 commit 3765ddb

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
@@ -662,9 +662,8 @@ Then you can access this metadata in your controller as follows::
662662
;
663663

664664
// or
665-
$workflow
666-
->getMetadataStore()
667-
->getPlaceMetadata('draft')['title'] ?? false
665+
$workflow->getMetadataStore()
666+
->getWorkflowMetadata()['title'] ?? false
668667
;
669668

670669
// or

0 commit comments

Comments
 (0)