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
/** @var \RainLab\User\Models\User User $user */
$user = Auth::getUser();
$order = $user->orders()->first(); // this doesn't work even though orders table has user_id relation
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: