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
Could you provide more information?
Does the system throws an exception?
Have you created a conversation before? It returns null If no conversations between participants.
I have just tested on my side and it returns Musonza\Chat\Models\Conversation as I expected Laravel 9.19, musonza/chat 6
I try
$user1 = User::find(1);
$user2 = User::find(2);
$conversation = Chat::conversations()->between($user1, $user2);
return $conversation;
in my controller
The text was updated successfully, but these errors were encountered: