From 7b2040fd8a8503aa853741a6cdac116e59a4843f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Sun, 10 Dec 2023 09:54:10 +0000 Subject: [PATCH] typo --- routes/web.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/routes/web.php b/routes/web.php index 4e1ed94bc..0861efdeb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -4,10 +4,9 @@ use Illuminate\Support\Facades\Route; use Livewire\Livewire; /** - * 'guest' middleware applied to all routes + * 'web' middleware applied to all routes * - * @see \App\Providers\Route::mapGuestRoutes - * @see \modules\PaypalStandard\Routes\guest.php for module example + * @see \App\Providers\Route::mapWebRoutes */ Livewire::setScriptRoute(function ($handle) {