Skip to content

Commit a828041

Browse files
authored
Merge pull request #180 from renanbr/patch-2
fix toolbar item in profiler menu
2 parents 756f555 + c1bbb72 commit a828041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Collector/geocoder.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
{% endset %}
3838

39-
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
39+
{% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %}
4040
{% endif %}
4141
{% endblock %}
4242

0 commit comments

Comments
 (0)