Skip to content

Commit 5a2228c

Browse files
committed
Merge pull request laravel#1692 from nunomira/5.1
text correction
2 parents 097714e + d4fac60 commit 5a2228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eloquent-relationships.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Additionally, Eloquent assumes that the foreign key should have a value matching
7373

7474
#### Defining The Inverse Of The Relation
7575

76-
So, we can access the `Phone` model from our `User`. Now, let's define a relationship on the `Phone` model that will let us access the `User` the owns the phone. We can define the inverse of a `hasOne` relationship using the `belongsTo` method:
76+
So, we can access the `Phone` model from our `User`. Now, let's define a relationship on the `Phone` model that will let us access the `User` that owns the phone. We can define the inverse of a `hasOne` relationship using the `belongsTo` method:
7777

7878
<?php
7979

0 commit comments

Comments
 (0)