We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c11103 commit 48543e6Copy full SHA for 48543e6
src/QueryBuilder.php
@@ -50,6 +50,10 @@ public function getSubject(): Relation|EloquentBuilder
50
return $this->subject;
51
}
52
53
+ /**
54
+ * @param EloquentBuilder<TModel>|Relation|class-string<TModel> $subject
55
+ * @return static<TModel>
56
+ */
57
public static function for(
58
EloquentBuilder|Relation|string $subject,
59
?Request $request = null
0 commit comments