Skip to content

Commit 59a40eb

Browse files
committed
wip
1 parent 98ddaa6 commit 59a40eb

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
@@ -165,7 +165,7 @@ public function whereHas($relation, ?Closure $callback = null, $operator = '>=',
165165
/**
166166
* Add a relationship count / exists condition to the query with where clauses.
167167
*
168-
* Also load the relationship with same condition.
168+
* Also load the relationship with the same condition.
169169
*
170170
* @param string $relation
171171
* @param (\Closure(\Illuminate\Database\Eloquent\Builder<*>|\Illuminate\Database\Eloquent\Relations\Relation<*, *, *>): mixed)|null $callback

0 commit comments

Comments
 (0)