Skip to content

Commit c573365

Browse files
tentacodejaviereguiluz
authored andcommitted
Fixing incorrect namespace in registry part
1 parent 039051f commit c573365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A registry will also help you to decide if a workflow supports the object you
6464
are trying to use it with::
6565

6666
use Symfony\Component\Workflow\Registry;
67-
use Symfony\Component\Workflow\WorkflowInterface\InstanceOfSupportStrategy;
67+
use Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy;
6868
use Acme\Entity\BlogPost;
6969
use Acme\Entity\Newsletter;
7070

0 commit comments

Comments
 (0)