Commit 63edcad6 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3036 from lucasmichot/short-notation-array

[5.0] Convert last long notation array to short notation
parents 1edb0eb2 945d4f55
......@@ -7,7 +7,7 @@
<h2>Password Reset</h2>
<div>
To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.<br/>
To reset your password, complete this form: {{ URL::to('password/reset', [$token]) }}.<br/>
This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.
</div>
</body>
......
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