Skip to content

Commit

Permalink
Typo (#187)
Browse files Browse the repository at this point in the history
goldmont authored May 17, 2024
1 parent 2e174db commit 125acbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/model.md
Original file line number Diff line number Diff line change
@@ -736,7 +736,7 @@ public function addHasOneThroughRelation(string $name, array $config)
public function addHasManyThroughRelation(string $name, array $config)
```

It is strongly suggested to use the above methods to add relations when extending a model since they will merge the existing relations and make sure the relation is valid and does not already exit.
It is strongly suggested to use the above methods to add relations when extending a model since they will merge the existing relations and make sure the relation is valid and does not already exist.

Example usage:

0 comments on commit 125acbb

Please sign in to comment.