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 = '';