Skip to content

Commit c25b653

Browse files
authoredOct 3, 2024··
Merge pull request #357 from norkunas/dump
Use `profiler_dump` instead of `dump`
2 parents 3904397 + 236544d commit c25b653

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)
Please sign in to comment.