Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix e.g. code
  • Loading branch information
ADmad committed Aug 27, 2015
1 parent 0d75041 commit 3e5cbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mailer/Mailer.php
Expand Up @@ -34,8 +34,8 @@
* public function resetPassword($user)
* {
* $this
* ->subject('Reset Password');
* ->to($user->email);
* ->subject('Reset Password')
* ->to($user->email)
* ->set(['token' => $user->token]);
* }
* }
Expand Down

0 comments on commit 3e5cbdf

Please sign in to comment.