Skip to content

Commit 236544d

Browse files
committed
Use profiler_dump instead of dump
1 parent 3904397 commit 236544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Collector/geocoder.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
{% if query.result.message is defined %}
100100
Exception
101101
{% else %}
102-
{{ dump(query.resultCount) }} Result(s)
102+
{{ profiler_dump(query.resultCount) }} Result(s)
103103
{% endif %}
104104
</span>
105105
<span class="metadata">

0 commit comments

Comments
 (0)