Commit b6b948aa authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3767 from sadika9/fix_password_reset_guest_middleware

[5.2] Get guest middleware using guestMiddleware() method in ResetsPasswords
parents 0d762a22 336d80c1
......@@ -27,6 +27,6 @@ class PasswordController extends Controller
*/
public function __construct()
{
$this->middleware('guest');
$this->middleware($this->guestMiddleware());
}
}
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