Skip to content

Commit

Permalink
Merge pull request #8 from flowl/flowl-patch-1
Browse files Browse the repository at this point in the history
Updated README.md - fixed typo in classname
  • Loading branch information
rubenvanassche authored Aug 4, 2023
2 parents aeb5e86 + f5c790f commit 6f1faf6
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 6f1faf6

Please sign in to comment.