Skip to content
Snippets Groups Projects
Commit 7c74a8a8 authored by Zahdi's avatar Zahdi
Browse files
parents 71e957fd 32a29cb4
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ class HomeController extends AbstractController
'Login' => $this->generateUrl('login'),
'My Wishlists' => $this->generateUrl('app_wishlist_index'),
'Admin Dashboard' => $this->generateUrl('admin_dashboard'),
'Profile' => $this->generateUrl('user_profile'),
'Profile' => $this->generateUrl(route: 'user_profile'),
'Logout' => $this->generateUrl(route: 'logout'),
],
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment