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
Im working with the follow command:
visits($card)->by($card->user)->increment();
But if i try to get countries it always return an empty array
visits($card)->by($card->user)->countries();
Checking the database is saving countries and languages but both methods return empty array
The text was updated successfully, but these errors were encountered:
Description
Im working with the follow command:
visits($card)->by($card->user)->increment();
But if i try to get countries it always return an empty array
visits($card)->by($card->user)->countries();
Checking the database is saving countries and languages but both methods return empty array
The text was updated successfully, but these errors were encountered: