From 56ebd398ab14a9d6a3e7bf1dc24e569d0bda7cb1 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 10 Mar 2021 22:46:56 +0900 Subject: [PATCH] redirectTo when not logged in. --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index c5c35e883..5b761f2ad 100644 --- a/routes/web.php +++ b/routes/web.php @@ -128,3 +128,4 @@ Route::group(['middleware' => ['auth']], function(){ }); +?> \ No newline at end of file