Refactor rendering fragment: using controller path

This commit is contained in:
Julien Fastré 2023-08-31 16:57:55 +02:00
parent 6001e15907
commit 650e3a84c8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -28,7 +28,7 @@
<b>
{{ app.user.username }}
{{ render(controller('ChillMainBundle:UI:showNotificationUserCounter')) }}
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
</b>
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}