Skip to content

Commit 7114545

Browse files
author
Sam Rapaport
committed
Update readme.
1 parent 76e4e98 commit 7114545

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
@@ -43,7 +43,7 @@ Finally, the base `Validator` class needs to be published to a new `app/Validato
4343

4444
### Usage
4545
---
46-
All validators reside in the `app/Validators` directory and extend the abstract class `App\Validators\Validator`. There should be one validator class per model. For example, the validator for a `User` model could be called `UserValidator`.
46+
All validators reside in the `app/Validators` directory and extend the class `App\Validators\Validator`. There should be one validator class per model. For example, the validator for a `User` model could be called `UserValidator`.
4747

4848
Laravel Validation provides a useful artisan command for generating new validators on the fly. Let's create a validator for our `User` model and define some rules:
4949

0 commit comments

Comments
 (0)