Skip to content

Commit

Permalink
Merge pull request #357 from norkunas/dump
Browse files Browse the repository at this point in the history
Use `profiler_dump` instead of `dump`
  • Loading branch information
norkunas authored Oct 3, 2024
2 parents 3904397 + 236544d commit c25b653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Collector/geocoder.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
{% if query.result.message is defined %}
Exception
{% else %}
{{ dump(query.resultCount) }} Result(s)
{{ profiler_dump(query.resultCount) }} Result(s)
{% endif %}
</span>
<span class="metadata">
Expand Down

0 comments on commit c25b653

Please sign in to comment.