From 5a085148b4efdcd537b2fb4d29e1a36817c2263a Mon Sep 17 00:00:00 2001 From: sampanna Date: Wed, 10 Jun 2026 12:03:13 +0545 Subject: [PATCH] changes in register --- app/Http/Controllers/Auth/RegisteredUserController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Auth/RegisteredUserController.php b/app/Http/Controllers/Auth/RegisteredUserController.php index 44a3930..435ca20 100644 --- a/app/Http/Controllers/Auth/RegisteredUserController.php +++ b/app/Http/Controllers/Auth/RegisteredUserController.php @@ -46,6 +46,6 @@ class RegisteredUserController extends Controller Auth::login($user); - return redirect(route('dashboard', absolute: false)); + return redirect(route('home', absolute: false)); } }