Skip to content
Snippets Groups Projects
Commit 499831a3 authored by Ryan Smith's avatar Ryan Smith Committed by GitHub
Browse files

Merge pull request #153 from Nicosoft/Nicosoft-patch-1

fix(UserRegistered): Fixes actor's email address.
parents 99815cd9 c48492a9
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ class UserRegistered extends Event {
'user_id' => $opts['relateduser']->id,
'user_url' => $opts['relateduser']->url,
'user_name' => $opts['relateduser']->fullname,
'user_email' => $opts['relateduser']->email,
])];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment