ABwabsolute

Results 2 comments of ABwabsolute

Same here when i try to get all the messages by User id and pass them to view. $myMessages = Talk::getMessagesByUserId(Auth::user()->id); return view('messaging.list', compact('myMessages', 'myMessages')); EDIT: Found The Solution for...

Hi, try using "use Nahid\Talk\Facades\Talk;" instead of "use Nahid\Talk\Talk;"