mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 16:14:59 +00:00
Use userIdentifier instead of deprecated getUsername()
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
{{ 'Welcome' | trans }}<br/>
|
||||
|
||||
<b>
|
||||
{{ app.user.username }}
|
||||
{{ app.user.getUserIdentifier() }}
|
||||
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
|
||||
</b>
|
||||
|
||||
|
Reference in New Issue
Block a user