Skip to content

Commit 67207a4

Browse files
committed
Fix constructor arguments
1 parent a9dee48 commit 67207a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/config/services/event_subscriber.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!-- Open graph -->
66
<service id="Setono\SyliusSEOPlugin\EventSubscriber\OpenGraph\AddChannelInformationSubscriber">
77
<argument type="service" id="sylius.context.channel"/>
8+
<argument type="service" id="sylius.context.locale"/>
89
<argument type="service" id="Setono\SyliusSEOPlugin\OpenGraph\OpenGraph"/>
910

1011
<tag name="kernel.event_subscriber"/>

0 commit comments

Comments
 (0)