Commit 16357ad2 authored by Taylor Otwell's avatar Taylor Otwell

Authorize all requets.

parent d3069650
...@@ -25,7 +25,7 @@ class ResetPasswordRequest extends Request { ...@@ -25,7 +25,7 @@ class ResetPasswordRequest extends Request {
*/ */
public function authorize() public function authorize()
{ {
return false; return true;
} }
} }
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