Skip to content

Commit 8589606

Browse files
committed
wip
1 parent 1986a84 commit 8589606

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
@@ -636,7 +636,7 @@ You may also retrieve the parent from the polymorphic model by accessing the nam
636636
The `imageable` relation on the `Image` model will return either a `Post` or `User` instance, depending on which type of model owns the image. If you need to specify custom `type` and `id` columns for the `morphTo` relation, always ensure you pass the relationship name (which should exactly match the method name) as the first parameter:
637637

638638
/**
639-
* Get the owning imageable model.
639+
* Get the model that the image belongs to.
640640
*/
641641
public function imageable()
642642
{

0 commit comments

Comments
 (0)