We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
user
userEntity
PasswordHasBeenResetEmail
1 parent abb7e70 commit f29ffa6Copy full SHA for f29ffa6
src/ForgotPassword/Mail/PasswordHasBeenResetEmail.php
@@ -35,7 +35,7 @@ public function send(SixtyEightPublishers\User\ForgotPassword\Entity\UserInterfa
35
new SixtyEightPublishers\User\Common\Mail\Address($user->getEmail()),
36
],
37
[
38
- 'user' => $user,
+ 'userEntity' => $user,
39
]
40
);
41
}
0 commit comments