From 9ba7ecc278f3549a4d8ebd9af6cd2665598715be Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Wed, 17 Apr 2024 14:20:58 -0400 Subject: [PATCH] Adding the logout controller to the package --- routes/web.php | 3 +-- src/Http/Controllers/LogoutController.php | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 src/Http/Controllers/LogoutController.php diff --git a/routes/web.php b/routes/web.php index 6315654..36436f4 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,7 +1,6 @@ route('home'); + } +}