Skip to content

Commit

Permalink
store 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 1319666 commit e10be20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/stubs/StoreModelNameRequest.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Store{{modelName}}Request extends FormRequest
*/
public function authorize(): bool
{
return false;
return true;
}

/**
Expand Down

0 comments on commit e10be20

Please sign in to comment.