Skip to content

Commit bb85cbe

Browse files
authored
Fix typo (#52960)
1 parent 0d78422 commit bb85cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public function whereBelongsTo($related, $relationshipName = null, $boolean = 'a
586586
}
587587

588588
/**
589-
* Add an "BelongsTo" relationship with an "or where" clause to the query.
589+
* Add a "BelongsTo" relationship with an "or where" clause to the query.
590590
*
591591
* @param \Illuminate\Database\Eloquent\Model $related
592592
* @param string|null $relationshipName

0 commit comments

Comments
 (0)