Skip to content

Commit a4e7598

Browse files
feat: update README
refs: #63 Co-authored-by: DenTray <dpankratov@ronasit.com>
1 parent a02ea19 commit a4e7598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ passing PHPUnit tests.
122122
> For correct working of plugin you'll have to dispose all the validation rules
123123
> in the `rules()` method of your request class. Also, your request class
124124
> must be connected to the controller via [dependency injection](https://laravel.com/docs/9.x/container#introduction).
125-
> Plugin will take validation rules from your request and use it as description
125+
> Plugin will take validation rules from the request class and generate fields description
126126
> of input parameter.
127127
128128
3. Run tests

0 commit comments

Comments
 (0)