Skip to content

Commit 6ee0638

Browse files
committed
Fix link to mass assignment documentation
1 parent f7faea2 commit 6ee0638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eloquent-relationships.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ In addition to the `save` and `saveMany` methods, you may also use the `create`
692692
'message' => 'A new comment.',
693693
]);
694694

695-
Before using the `create` method, be sure to review the documentation on attribute [mass assignment](/docs/{{version}}/eloquent-basics#mass-assignment).
695+
Before using the `create` method, be sure to review the documentation on attribute [mass assignment](/docs/{{version}}/eloquent#mass-assignment).
696696

697697
<a name="inserting-many-to-many-relationships"></a>
698698
### Many To Many Relationships

0 commit comments

Comments
 (0)