linkTo() does not exist
In the inbox.php
what does the return $message->sender->linkTo();
call result? Username with link to where?
The linkTo()
method does not exist in my project, I simple replaced it with
return $message->sender->username;
.