You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use Cart::store(Auth::user()->name); to store the cart into database it work
but when i call return Cart::restore(Auth::user()->name); to get the data it return null
The text was updated successfully, but these errors were encountered:
i use
Cart::store(Auth::user()->name);
to store the cart into database it workbut when i call
return Cart::restore(Auth::user()->name);
to get the data it return nullThe text was updated successfully, but these errors were encountered: