Skip to content

Commit d2faba0

Browse files
authored
Updated workflow registry service name
1 parent 52a369e commit d2faba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696
class: Yokai\SonataWorkflow\Admin\Extension\WorkflowExtension
9797
public: true
9898
arguments:
99-
- "@registry"
99+
- "@workflow.registry"
100100

101101
sonata_admin:
102102
extensions:
@@ -124,7 +124,7 @@ services:
124124
class: Yokai\SonataWorkflow\Admin\Extension\WorkflowExtension
125125
public: true
126126
arguments:
127-
- "@registry"
127+
- "@workflow.registry"
128128
- workflow_name: pull_request
129129
no_transition_label: No transition for pull request
130130
no_transition_icon: fa fa-times

0 commit comments

Comments
 (0)