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.
1 parent 63edcad commit cd37f40Copy full SHA for cd37f40
resources/views/emails/auth/reminder.blade.php
@@ -7,8 +7,9 @@
7
<h2>Password Reset</h2>
8
9
<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.
+ To reset your password, complete this form: {{ url('password/reset', [$token]) }}.<br/>
+
12
+ This link will expire in {{ config('auth.reminder.expire', 60) }} minutes.
13
</div>
14
</body>
15
</html>
0 commit comments