Migrate root level template references to new notation

This commit is contained in:
Yassine Guedidi
2022-04-29 00:43:07 +02:00
parent 009697f844
commit 10f1bc5506
58 changed files with 58 additions and 58 deletions

View File

@ -1,4 +1,4 @@
{% extends "FOSUserBundle::layout.html.twig" %}
{% extends "@FOSUser/layout.html.twig" %}
{% trans_default_domain 'FOSUserBundle' %}