Authorize all requets.

This commit is contained in:
Taylor Otwell
2014-11-25 09:20:56 -06:00
parent d306965007
commit 16357ad29b

View File

@@ -25,7 +25,7 @@ class ResetPasswordRequest extends Request {
*/ */
public function authorize() public function authorize()
{ {
return false; return true;
} }
} }