Skip to content

Commit ee3578b

Browse files
committed
Fixes service visibility
1 parent 6b22ede commit ee3578b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/config/propel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<argument type="service" id="debug.stopwatch" on-invalid="null" />
2828
</service>
2929

30-
<service id="propel.data_collector" class="%propel.data_collector.class%" synthetic="true" public="false">
30+
<service id="propel.data_collector" class="%propel.data_collector.class%" synthetic="true" public="true">
3131
<tag name="data_collector" template="@Propel/Collector/propel" id="propel" />
3232
</service>
3333

0 commit comments

Comments
 (0)