Skip to content

Commit f89ce9f

Browse files
EmmanuelVellaisometriks
authored andcommitted
Update deprecated sameas twig test (#1215)
1 parent 1e73d90 commit f89ce9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/Form/fields.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
{% if expanded %}
205205
{% set attr = attr|merge({'class': attr.class|default('') ~ ' ' ~ horizontal_input_wrapper_class}) %}
206206
{% endif %}
207-
{% if layout is sameas(false) %}
207+
{% if layout is same as(false) %}
208208
<div>
209209
{% endif %}
210210
{% if widget_type == 'inline-btn' %}
@@ -243,7 +243,7 @@
243243
{% if widget_type == 'inline-btn' %}
244244
</div>
245245
{% endif %}
246-
{% if layout is sameas(false) %}
246+
{% if layout is same as(false) %}
247247
</div>
248248
{% endif %}
249249
{% endspaceless %}

0 commit comments

Comments
 (0)