Skip to content

Commit

Permalink
Minor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 10, 2024
1 parent b2765ca commit 21a3b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# _____ Change Log
# Yii Input HTTP Change Log

## 1.0.0 under development

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Post id will be mapped from query parameter `id`, title and content will be mapp
be mapped from request uploaded files.

Additionally, you can fill a property from request attribute using `#[Request('attributeName')]`.
This is useful when the value is prior written by middleware.
This is useful when middleware prior writes the value.

Instead of mapping each property, you can use the following:

Expand Down

0 comments on commit 21a3b71

Please sign in to comment.