You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 4.0 from SensioFrameworkExtraBundle the template name generation changed from camelCase to under_score (see changelog).
For example, before the update it was: WespAdminBundle:authentication:verifyEmail.html.twig
and now it is WespAdminBundle:authentication:verify_email.html.twig.
This unfortunately breaks the @Template annotation support, so I hope this can be updated.
vtsykun, ickbinhier, viktorasp, ilario-pierbattista, priitpl and 5 more