Get rid of resources directory. Unnecessary.

This commit is contained in:
Taylor Otwell
2014-12-05 16:35:05 -06:00
parent 2d6b5c20fc
commit 0f88129356
20 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Password Reset</h2>
<div>
To reset your password, complete this form: {{ url('password/reset', [$token]) }}.<br><br>
This link will expire in {{ config('auth.reminder.expire', 60) }} minutes.
</div>
</body>
</html>