Skip to content

Commit

Permalink
Set password reset email view
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Sep 27, 2015
1 parent 523f4cb commit f559e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/

'password' => [
'email' => 'emails.password',
'email' => 'web::emails.password',
'table' => 'password_resets',
'expire' => 60,
],
Expand Down

0 comments on commit f559e3e

Please sign in to comment.