Skip to content

Commit f29ffa6

Browse files
committed
Renamed argument user to userEntity in PasswordHasBeenResetEmail class due to collision with nette/security user in templates
1 parent abb7e70 commit f29ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ForgotPassword/Mail/PasswordHasBeenResetEmail.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function send(SixtyEightPublishers\User\ForgotPassword\Entity\UserInterfa
3535
new SixtyEightPublishers\User\Common\Mail\Address($user->getEmail()),
3636
],
3737
[
38-
'user' => $user,
38+
'userEntity' => $user,
3939
]
4040
);
4141
}

0 commit comments

Comments
 (0)