mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-14 05:11:23 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -21,7 +21,7 @@ class UIController extends AbstractController
|
||||
{
|
||||
public function showNotificationUserCounterAction(
|
||||
CountNotificationUser $counter,
|
||||
) {
|
||||
): \Symfony\Component\HttpFoundation\Response {
|
||||
$nb = $counter->getSumNotification($this->getUser());
|
||||
|
||||
return $this->render('@ChillMain/UI/notification_user_counter.html.twig', [
|
||||
|
||||
Reference in New Issue
Block a user