We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039051f commit c573365Copy full SHA for c573365
components/workflow.rst
@@ -64,7 +64,7 @@ A registry will also help you to decide if a workflow supports the object you
64
are trying to use it with::
65
66
use Symfony\Component\Workflow\Registry;
67
- use Symfony\Component\Workflow\WorkflowInterface\InstanceOfSupportStrategy;
+ use Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy;
68
use Acme\Entity\BlogPost;
69
use Acme\Entity\Newsletter;
70
0 commit comments