Skip to content

Commit a647732

Browse files
authored
Remove duplicate code in example
1 parent 292c201 commit a647732

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

workflow.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,11 +613,6 @@ Then you can access this metadata in your controller as follows::
613613
->getWorkflowMetadata()['title'] ?? false
614614
;
615615

616-
// or
617-
$title = $workflow->getMetadataStore()
618-
->getWorkflowMetadata()['title'] ?? false
619-
;
620-
621616
// or
622617
$aTransition = $workflow->getDefinition()->getTransitions()[0];
623618
$transitionTitle = $workflow

0 commit comments

Comments
 (0)