Skip to content

Commit 1e13930

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Workflow] Remove registry workflow retrieval occurrences
2 parents d476a49 + be8ff58 commit 1e13930

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
@@ -1083,7 +1083,7 @@ In a :ref:`flash message <flash-messages>` in your controller::
10831083

10841084
// $transition = ...; (an instance of Transition)
10851085

1086-
// $workflow is a Workflow instance retrieved from the Registry or injected directly (see above)
1086+
// $workflow is an injected Workflow instance
10871087
$title = $workflow->getMetadataStore()->getMetadata('title', $transition);
10881088
$this->addFlash('info', "You have successfully applied the transition with title: '$title'");
10891089

0 commit comments

Comments
 (0)