Skip to content

Commit

Permalink
~ Reference new stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed authored Dec 13, 2024
1 parent 19dbca6 commit 46862d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/BelongsToMany.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

namespace Illuminate\Database\Eloquent\Relations;

use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\Relation;

/**
* @template TRelatedModel of Model
* @template TDeclaringModel of Model
*
* @extends Relation<TRelatedModel,TDeclaringModel,\Illuminate\Database\Eloquent\Collection<int,TRelatedModel>>
* @extends Relation<TRelatedModel,TDeclaringModel,Collection<int,TRelatedModel>>
*
* @method class-string<Model> getPivotClass()
*/
Expand Down

0 comments on commit 46862d7

Please sign in to comment.