Skip to content

Commit ffca135

Browse files
albingiNyholm
authored andcommitted
Fix compatibility with Symfony 4.3 (#311)
* Fix compatibility with Symfony 4.3 The block name change from panelContent to panel * Prevents BC break From symfony/web-profiler-bundle@a92e0ba#diff-3e3f9f89f28a037c50c1714c5a21b3c4
1 parent dac140e commit ffca135

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Resources/views/SymfonyProfiler/translation.html.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
{% include "@Translation/SymfonyProfiler/javascripts.html.twig" %}
121121
{% endblock %}
122122

123+
{% block panel %}
124+
{{ block('panelContent') }}
125+
{% endblock %}
126+
123127
{% macro render_table(messages, checkedByDefault = false) %}
124128
<table>
125129
<thead>

0 commit comments

Comments
 (0)