Skip to content

Commit

Permalink
Update request.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed May 27, 2023
1 parent cf9d491 commit 6e2e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/request.stub
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class {{ class }} extends FormRequest
*/
public function authorize(): bool
{
return false;
return true;
}

/**
Expand Down

0 comments on commit 6e2e4c9

Please sign in to comment.