Skip to content

Commit

Permalink
update request authorize make true
Browse files Browse the repository at this point in the history
  • Loading branch information
dipeshsukhia authored Jun 24, 2022
1 parent e10be20 commit 7abcd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/stubs/UpdateModelNameRequest.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Update{{modelName}}Request extends FormRequest
*/
public function authorize(): bool
{
return false;
return true;
}

/**
Expand Down

0 comments on commit 7abcd52

Please sign in to comment.