Added string version of all events for action tracking
This commit is contained in:
@@ -48,4 +48,14 @@ final class UserAcceptedInviteEvent implements UserEventInterface
|
||||
$this->user = $user;
|
||||
$this->invite = $invite;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the event description.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return 'User accepted invite.';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user