Merge pull request #3036 from lucasmichot/short-notation-array
[5.0] Convert last long notation array to short notation
This commit is contained in:
commit
63edcad654
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue