mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Use userIdentifier instead of deprecated getUsername()
This commit is contained in:
parent
d5c09c853f
commit
c8f1e67fc7
@ -27,7 +27,7 @@
|
|||||||
{{ 'Welcome' | trans }}<br/>
|
{{ 'Welcome' | trans }}<br/>
|
||||||
|
|
||||||
<b>
|
<b>
|
||||||
{{ app.user.username }}
|
{{ app.user.getUserIdentifier() }}
|
||||||
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
|
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user