Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trait HasWhereRelationMethods
*
* @phpstan-param (?Closure(SelectQueryBuilder): void) $callback
*
* @return static<TModel>
* @return static
*/
public function whereHas(
string $relation,
Expand All @@ -45,7 +45,7 @@ public function whereHas(
*
* @phpstan-param (?Closure(SelectQueryBuilder): void) $callback
*
* @return static<TModel>
* @return static
*/
public function whereDoesntHave(
string $relation,
Expand All @@ -66,7 +66,7 @@ public function whereDoesntHave(
*
* @phpstan-param (?Closure(SelectQueryBuilder): void) $callback
*
* @return static<TModel>
* @return static
*/
public function orWhereHas(
string $relation,
Expand All @@ -89,7 +89,7 @@ public function orWhereHas(
*
* @phpstan-param (?Closure(SelectQueryBuilder): void) $callback
*
* @return static<TModel>
* @return static
*/
public function orWhereDoesntHave(
string $relation,
Expand Down
Loading
Loading