Skip to content

Commit

Permalink
use native twig reference in twig templates too (extends / imports...)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadjeroudi authored and pamil committed Oct 2, 2018
1 parent a9a71bf commit e062f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/forms.html.twig
@@ -1,5 +1,5 @@
{% block collection_widget -%}
{% from 'SyliusResourceBundle:Macros:notification.html.twig' import error %}
{% from '@SyliusResource/Macros/notification.html.twig' import error %}
{% set attr = attr|merge({'class': attr.class|default ~ ' controls collection-widget'}) %}

{% spaceless %}
Expand Down

0 comments on commit e062f48

Please sign in to comment.