fixed add card removed test code

master
A1Gard 4 months ago
parent 74d90e0b0b
commit 6d6cce4a84

@ -82,7 +82,7 @@ class CardController extends Controller
public function index() public function index()
{ {
auth('customer')->login(Customer::first()); // auth('customer')->login(Customer::first());
$area = 'card'; $area = 'card';
$title = __("Shopping card"); $title = __("Shopping card");
$subtitle = ''; $subtitle = '';

Loading…
Cancel
Save