Skip to content

Commit 9e247d4

Browse files
committed
minor #10738 Fixing incorrect namespace in registry part (tentacode)
This PR was submitted for the 4.2 branch but it was merged into the 4.1 branch instead (closes #10738). Discussion ---------- Fixing incorrect namespace in registry part The namespace `Symfony\Component\Workflow\WorkflowInterface\InstanceOfSupportStrategy` in the workflow doc (for working on registry) is incorrect, changed to the correct namespace. Commits ------- c573365 Fixing incorrect namespace in registry part
2 parents 039051f + c573365 commit 9e247d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/workflow.rst

+1-1
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)