Skip to content

Commit

Permalink
Updated README.md - fixed typo in classname
Browse files Browse the repository at this point in the history
Classname to extend should be `FormRequest` according to the semantics in the text description below.
  • Loading branch information
flowl authored Aug 4, 2023
1 parent aeb5e86 commit f5c790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class FormRequest extends Request
{
}

class UserFormRequest extends Request
class UserFormRequest extends FormRequest
{
}
```
Expand Down

0 comments on commit f5c790f

Please sign in to comment.