Skip to content

Commit

Permalink
Fix typo in nested mutation docs (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
crojasaragonez authored and spawnia committed Mar 15, 2020
1 parent 58f6ca0 commit 752708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/master/eloquent/nested-mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ A nested `BelongsTo` relationship exposes the following operations:
- `create` a new related model and attach it
- `update` an existing model and attach it
- `upsert` a new or an existing model and attach it
- `diconnect` the related model
- `disconnect` the related model
- `delete` the related model and the association to it

Both `disconnect` and `delete` don't make much sense in the context of an update.
Expand Down

0 comments on commit 752708e

Please sign in to comment.