We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02ea19 commit a4e7598Copy full SHA for a4e7598
readme.md
@@ -122,7 +122,7 @@ passing PHPUnit tests.
122
> For correct working of plugin you'll have to dispose all the validation rules
123
> in the `rules()` method of your request class. Also, your request class
124
> 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
+ > Plugin will take validation rules from the request class and generate fields description
126
> of input parameter.
127
128
3. Run tests
0 commit comments