File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,13 +310,13 @@ machine type, use ``camelCased workflow name + StateMachine``::
310
310
}
311
311
}
312
312
313
- To get all enabled transitions of a Workflow, you can use
314
- :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransitions `
313
+ To get the enabled transition of a Workflow, you can use
314
+ :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransition `
315
315
method.
316
316
317
317
.. versionadded :: 7.1
318
318
319
- The :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransitions ` method
319
+ The :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransition ` method
320
320
was introduced in Symfony 7.1.
321
321
322
322
Workflows can also be injected thanks to their name and the
You can’t perform that action at this time.
0 commit comments