Skip to content

Commit

Permalink
fix twig 2.9 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Klapaudius committed Aug 20, 2019
1 parent 9394d72 commit d12b2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/form.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{% block field_label %}
{% filter spaceless %}
{% apply spaceless %}
<label for="{{ id }}">{{ id|trans([], 'FOSOAuthServerBundle') }}</label>
{% endfilter %}
{% endapply %}
{% endblock field_label %}

0 comments on commit d12b2f0

Please sign in to comment.