Browse Source

Convert last long notation array to short notation

Lucas Michot 10 years ago
parent
commit
945d4f5594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/emails/auth/reminder.blade.php

+ 1 - 1
resources/views/emails/auth/reminder.blade.php

@@ -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>