Skip to content

Commit

Permalink
Merge pull request #219 from joseph-d/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
PovilasKorop authored Sep 22, 2023
2 parents e7daf39 + e1a4bd6 commit 8f62e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Test method `test_old_value_stays_in_form_after_validation_error()`.

## Task 6. Form Request Validation.

In `app/Http/Controllers/ItemController.php` file, validation is performed via class StoreItemRequest, but that class doesn't exist, intentionally. Your task is to create it, with parameters of authorized true, and validation rules of name/title as required fields.
In `app/Http/Controllers/ItemController.php` file, validation is performed via class StoreItemRequest, but that class doesn't exist, intentionally. Your task is to create it, with parameters of authorized true, and validation rules of name/description as required fields.

Test method `test_form_request_validation()`.

Expand Down

0 comments on commit 8f62e93

Please sign in to comment.