Skip to content

Commit 7a4229d

Browse files
authored
Merge pull request #18 from z38/fix-service-configuration
Fix service configuration in favor of symfony v3.3
2 parents badb985 + 1509941 commit 7a4229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</service>
2727

2828
<service id="tmdb.configuration" class="%tmdb.client_configuration.class%" public="false">
29-
<argument key="event_dispatcher" type="service" id="event_dispatcher" />
29+
<argument type="service" id="event_dispatcher" />
3030
<argument>%tmdb.options%</argument>
3131

3232
<call method="setCacheHandler">

0 commit comments

Comments
 (0)