Skip to content

Commit ee2434b

Browse files
committed
Merge pull request laravel#954 from jdsharp/patch-1
Changing "has" to "have"
2 parents af6507a + 18e0cee commit ee2434b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eloquent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ Of course, you may also define the inverse of the relationship on the `Role` mod
600600
<a name="has-many-through"></a>
601601
### Has Many Through
602602

603-
The "has many through" relation provides a convenient short-cut for accessing distant relations via an intermediate relation. For example, a `Country` model might has many `Post` through a `User` model. The tables for this relationship would look like this:
603+
The "has many through" relation provides a convenient short-cut for accessing distant relations via an intermediate relation. For example, a `Country` model might have many `Post` through a `User` model. The tables for this relationship would look like this:
604604

605605
countries
606606
id - integer

0 commit comments

Comments
 (0)