Skip to content

Commit a02ea19

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

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
@@ -121,7 +121,7 @@ passing PHPUnit tests.
121121
>
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
124-
> must be connected to the controller via `dependency injection`.
124+
> must be connected to the controller via [dependency injection](https://laravel.com/docs/9.x/container#introduction).
125125
> Plugin will take validation rules from your request and use it as description
126126
> of input parameter.
127127

0 commit comments

Comments
 (0)