Skip to content

Commit d597069

Browse files
author
farhadzand
committed
fix: correct service provider reference in README documentation
1 parent 4fd2eed commit d597069

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
@@ -545,7 +545,7 @@ if ($validator->fails()) {
545545
Publish the language files to customize error messages:
546546

547547
```bash
548-
php artisan vendor:publish --provider="Iamfarhad\Validation\ValidationRulesServiceProvider"
548+
php artisan vendor:publish --provider="Iamfarhad\Validation\ValidationServiceProvider"
549549
```
550550

551551
This will publish translation files to `lang/vendor/validationRules/` directory where you can customize the error messages for each validation rule.

0 commit comments

Comments
 (0)