From 5aa1d513c55768c8c0f05a863109e69ffb14e683 Mon Sep 17 00:00:00 2001 From: A1Gard Date: Mon, 25 Nov 2024 17:58:03 +0330 Subject: [PATCH] fixed add card removed test code --- app/Http/Controllers/CardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/CardController.php b/app/Http/Controllers/CardController.php index 057e29f..345ce92 100644 --- a/app/Http/Controllers/CardController.php +++ b/app/Http/Controllers/CardController.php @@ -82,7 +82,7 @@ class CardController extends Controller public function index() { - auth('customer')->login(Customer::first()); +// auth('customer')->login(Customer::first()); $area = 'card'; $title = __("Shopping card"); $subtitle = '';