Skip to content

Commit

Permalink
return true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed May 17, 2015
1 parent ab9fc26 commit 5d53b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/stubs/request.stub
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class $NAME$ extends FormRequest {
*/
public function authorize()
{
return false;
return true;
}

/**
Expand Down

0 comments on commit 5d53b66

Please sign in to comment.