Skip to content

Commit 412862a

Browse files
committed
fix: add mixin to Relation.stub
1 parent e1471bb commit 412862a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/11.0.0/Relation.stub

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ use Illuminate\Database\Eloquent\Builder;
88
* @template TRelatedModel of \Illuminate\Database\Eloquent\Model
99
* @template TDeclaringModel of \Illuminate\Database\Eloquent\Model
1010
* @template TResult
11+
*
12+
* @mixin \Illuminate\Database\Eloquent\Builder<TRelatedModel>
1113
*/
1214
abstract class Relation
1315
{

0 commit comments

Comments
 (0)