Skip to content

Commit

Permalink
Merge pull request #310 from arcdigital/patch-1
Browse files Browse the repository at this point in the history
Update normalizers.md
  • Loading branch information
rubenvanassche authored Jan 6, 2023
2 parents e78d016 + a40c387 commit a9446a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/normalizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SongData::from(Song::findOrFail($id));

A `Normalizer` will take a payload like a model and will transform it into an array so it can be used in the pipeline (see further).

By default, there are four normalizers for each data object:
By default, there are five normalizers for each data object:

- **ModelNormalizer** will cast eloquent models
- **ArraybleNormalizer** will cast `Arrayable`'s
Expand Down

0 comments on commit a9446a8

Please sign in to comment.