Commit cd37f40b authored by Taylor Otwell's avatar Taylor Otwell

Use helpers.

parent 63edcad6
...@@ -7,8 +7,9 @@ ...@@ -7,8 +7,9 @@
<h2>Password Reset</h2> <h2>Password Reset</h2>
<div> <div>
To reset your password, complete this form: {{ URL::to('password/reset', [$token]) }}.<br/> To reset your password, complete this form: {{ url('password/reset', [$token]) }}.<br/>
This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.
This link will expire in {{ config('auth.reminder.expire', 60) }} minutes.
</div> </div>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment