Skip to content

Commit ee13545

Browse files
committed
Set null on cache handler if service is invalid
1 parent c56e2b1 commit ee13545

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
@@ -30,7 +30,7 @@
3030
<argument>%tmdb.options%</argument>
3131

3232
<call method="setCacheHandler">
33-
<argument type="service" id="tmdb.cache_handler" />
33+
<argument type="service" id="tmdb.cache_handler" on-invalid="null" />
3434
</call>
3535
</service>
3636
</services>

0 commit comments

Comments
 (0)