Skip to content

Commit d88d96b

Browse files
committed
Fix invalid service reference in production
1 parent bf38e59 commit d88d96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<argument /> <!-- callback -->
1919

2020
<call method="setStopwatch">
21-
<argument type="service" id="debug.stopwatch" />
21+
<argument type="service" id="debug.stopwatch" on-invalid="null" />
2222
</call>
2323
</service>
2424

0 commit comments

Comments
 (0)