diff --git a/src/Controller/HomeController.php b/src/Controller/HomeController.php index 8967bd5f668ce2797499102ddae4c220248bd328..29c1c1c3483af43cd31cadfcc1be12ae721bf36e 100644 --- a/src/Controller/HomeController.php +++ b/src/Controller/HomeController.php @@ -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'), ], ]);