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
Even though I pass $this->task->user the helper function is getting the authed user, so the points are going to the authed user instead of target user.
I found it by dumping dd($this->getSubject()->user); in PraiseCreated Class
The text was updated successfully, but these errors were encountered:
Payee is not getting the user parameter
This is my function
Even though I pass
$this->task->user
the helper function is getting the authed user, so the points are going to the authed user instead of target user.I found it by dumping
dd($this->getSubject()->user);
in PraiseCreated ClassThe text was updated successfully, but these errors were encountered: