Skip to content

Commit cd37f40

Browse files
committed
Use helpers.
1 parent 63edcad commit cd37f40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/views/emails/auth/reminder.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<h2>Password Reset</h2>
88

99
<div>
10-
To reset your password, complete this form: {{ URL::to('password/reset', [$token]) }}.<br/>
11-
This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.
10+
To reset your password, complete this form: {{ url('password/reset', [$token]) }}.<br/>
11+
12+
This link will expire in {{ config('auth.reminder.expire', 60) }} minutes.
1213
</div>
1314
</body>
1415
</html>

0 commit comments

Comments
 (0)